#b51666

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

Shades of Jazzberry Jam #B51666

Tints of Jazzberry Jam #B51666

Color information

#B51666 (or 0xB51666) is unknown color: approx Jazzberry Jam. HEX triplet: B5, 16 and 66. RGB value is (181,22,102). Sum of RGB (Red+Green+Blue) = 181+22+102=305 (40% of max value = 765). Red value is 181 (71.09% from 255 or 59.34% from 305); Green value is 22 (8.98% from 255 or 7.21% from 305); Blue value is 102 (40.23% from 255 or 33.44% from 305); Max value from RGB is 181 - color contains mainly: red. Hex color #B51666 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B51666 is #4AE999. Grayscale: #4E4E4E. Windows color (decimal): -4909466 or 6690485. OLE color: 6690485.

HSL color Cylindrical-coordinate representation of color #B51666: hue angle of 329.81º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B51666 is Cyan = 0, Magento = 0.88, Yellow = 0.44 and Black (K on CMYK) = 0.29.

Color convert

RGB18122102-
CMYK00.880.440.29
HSL329.81º78.33%39.8%-
HSV(B)329.81º87.85%70.98%-
XYZ21.7411.3613.62-
YUV78.66141.18201-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 59.34%
GREEN value IS 22 (8.98% from 255) = 7.21%
BLUE value IS 102 (40.23% from 255) = 33.44%
R=59.34%
G=7.21%
B=33.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.44
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1812210200.880.440.29329.8178.3339.8
HexB516660582C1D14a4e28
Octal265261460130543551211650
Binary1011010110110110011001011000101100111011010010101001110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b51666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b51666; }

 p { color: rgb(181,22,102); }

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

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

 a { background-color: rgb(181,22,102); }

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

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

 span { border-color: rgb(181,22,102); }

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