#b51959

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

Shades of Jazzberry Jam #B51959

Tints of Jazzberry Jam #B51959

Color information

#B51959 (or 0xB51959) is unknown color: approx Jazzberry Jam. HEX triplet: B5, 19 and 59. RGB value is (181,25,89). Sum of RGB (Red+Green+Blue) = 181+25+89=295 (39% of max value = 765). Red value is 181 (71.09% from 255 or 61.36% from 295); Green value is 25 (10.16% from 255 or 8.47% from 295); Blue value is 89 (35.16% from 255 or 30.17% from 295); Max value from RGB is 181 - color contains mainly: red. Hex color #B51959 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B51959 is #4AE6A6. Grayscale: #4E4E4E. Windows color (decimal): -4908711 or 5839285. OLE color: 5839285.

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

Color convert

RGB1812589-
CMYK00.860.510.29
HSL335.38º75.73%40.39%-
HSV(B)335.38º86.19%70.98%-
XYZ21.2111.2410.5-
YUV78.94133.68200.8-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 61.36%
GREEN value IS 25 (10.16% from 255) = 8.47%
BLUE value IS 89 (35.16% from 255) = 30.17%
R=61.36%
G=8.47%
B=30.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.51
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181258900.860.510.29335.3875.7340.39
HexB51959056331D14f4c28
Octal265311310126633551711450
Binary1011010111001101100101010110110011111011010011111001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b51959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b51959; }

 p { color: rgb(181,25,89); }

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

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

 a { background-color: rgb(181,25,89); }

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

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

 span { border-color: rgb(181,25,89); }

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