#B51152

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

Shades of Jazzberry Jam #B51152

Tints of Jazzberry Jam #B51152

Color information

#B51152 (or 0xB51152) is unknown color: approx Jazzberry Jam. HEX triplet: B5, 11 and 52. RGB value is (181,17,82). Sum of RGB (Red+Green+Blue) = 181+17+82=280 (37% of max value = 765). Red value is 181 (71.09% from 255 or 64.64% from 280); Green value is 17 (7.03% from 255 or 6.07% from 280); Blue value is 82 (32.42% from 255 or 29.29% from 280); Max value from RGB is 181 - color contains mainly: red. Hex color #B51152 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B51152 is #4AEEAD. Grayscale: #494949. Windows color (decimal): -4910766 or 5378485. OLE color: 5378485.

HSL color Cylindrical-coordinate representation of color #B51152: hue angle of 336.22º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B51152 is Cyan = 0, Magento = 0.91, Yellow = 0.55 and Black (K on CMYK) = 0.29.

Color convert

RGB1811782-
CMYK00.910.550.29
HSL336.22º82.83%38.82%-
HSV(B)336.22º90.61%70.98%-
XYZ20.7810.838.98-
YUV73.45132.83204.71-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 64.64%
GREEN value IS 17 (7.03% from 255) = 6.07%
BLUE value IS 82 (32.42% from 255) = 29.29%
R=64.64%
G=6.07%
B=29.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.55
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181178200.910.550.29336.2282.8338.82
HexB5115205B371D1505327
Octal265211220133673552012347
Binary1011010110001101001001011011110111111011010100001010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B51152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B51152; }

 p { color: rgb(181,17,82); }

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

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

 a { background-color: rgb(181,17,82); }

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

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

 span { border-color: rgb(181,17,82); }

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