#b52160

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

Shades of Jazzberry Jam #B52160

Tints of Jazzberry Jam #B52160

Color information

#B52160 (or 0xB52160) is unknown color: approx Jazzberry Jam. HEX triplet: B5, 21 and 60. RGB value is (181,33,96). Sum of RGB (Red+Green+Blue) = 181+33+96=310 (41% of max value = 765). Red value is 181 (71.09% from 255 or 58.39% from 310); Green value is 33 (13.28% from 255 or 10.65% from 310); Blue value is 96 (37.89% from 255 or 30.97% from 310); Max value from RGB is 181 - color contains mainly: red. Hex color #B52160 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B52160 is #4ADE9F. Grayscale: #545454. Windows color (decimal): -4906656 or 6300085. OLE color: 6300085.

HSL color Cylindrical-coordinate representation of color #B52160: hue angle of 334.46º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B52160 is Cyan = 0, Magento = 0.82, Yellow = 0.47 and Black (K on CMYK) = 0.29.

Color convert

RGB1813396-
CMYK00.820.470.29
HSL334.46º69.16%41.96%-
HSV(B)334.46º81.77%70.98%-
XYZ21.7111.7612.19-
YUV84.43134.53196.88-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 58.39%
GREEN value IS 33 (13.28% from 255) = 10.65%
BLUE value IS 96 (37.89% from 255) = 30.97%
R=58.39%
G=10.65%
B=30.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.47
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181339600.820.470.29334.4669.1641.96
HexB521600522F1D14e452a
Octal265411400122573551610552
Binary10110101100001110000001010010101111111011010011101000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b52160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b52160; }

 p { color: rgb(181,33,96); }

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

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

 a { background-color: rgb(181,33,96); }

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

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

 span { border-color: rgb(181,33,96); }

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