#B5124D

Color #B5124D Jazzberry Jam (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jazzberry Jam #B5124D

Tints of Jazzberry Jam #B5124D

Color information

#B5124D (or 0xB5124D) is unknown color: approx Jazzberry Jam. HEX triplet: B5, 12 and 4D. RGB value is (181,18,77). Sum of RGB (Red+Green+Blue) = 181+18+77=276 (36% of max value = 765). Red value is 181 (71.09% from 255 or 65.58% from 276); Green value is 18 (7.42% from 255 or 6.52% from 276); Blue value is 77 (30.47% from 255 or 27.90% from 276); Max value from RGB is 181 - color contains mainly: red. Hex color #B5124D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B5124D is #4AEDB2. Grayscale: #494949. Windows color (decimal): -4910515 or 5051061. OLE color: 5051061.

HSL color Cylindrical-coordinate representation of color #B5124D: hue angle of 338.28º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B5124D is Cyan = 0, Magento = 0.90, Yellow = 0.57 and Black (K on CMYK) = 0.29.

Color convert

RGB1811877-
CMYK00.900.570.29
HSL338.28º81.91%39.02%-
HSV(B)338.28º90.06%70.98%-
XYZ20.6110.798.02-
YUV73.46130204.7-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 181 (71.09% from 255) = 65.58%
GREEN value IS 18 (7.42% from 255) = 6.52%
BLUE value IS 77 (30.47% from 255) = 27.90%
R=65.58%
G=6.52%
B=27.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.57
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181187700.900.570.29338.2881.9139.02
HexB5124D05A391D1525227
Octal265221150132713552212247
Binary1011010110010100110101011010111001111011010100101010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5124D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5124D; }

 p { color: rgb(181,18,77); }

 H1.HeaderClassName
 {
   color: #B5124D;
 }
 .AnyTagClassName
 {
   color: #B5124D;
 }
</style>
background-color css

<style>
 a { background-color: #B5124D; }

 a { background-color: rgb(181,18,77); }

 div.DivClassName
 {
   background-color: #B5124D;
 }
 .BgClassName
 {
   background-color: #B5124D;
 }
</style>
border-color css

<style>
 span { border-color: #B5124D; }

 span { border-color: rgb(181,18,77); }

 td.TdClassName
 {
   border-color: #B5124D;
 }
 .TagClassName
 {
   border-color: #B5124D;
 }
</style>