Html Css Color HEX #B51959 Jazzberry Jam

📋 copy color: '#B51959'

red 181 ◦ green 25 ◦ blue 89

#B51959
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jazzberry Jam #B51959

Tints of Jazzberry Jam #B51959

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 value IS 0

 M value IS 0.86

 Y value IS 0.51

 K value IS 0.29

RGB Variations

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

Color information

#B51959 (or 0xB51959) is known color: 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

RGB 181 25 89 -
CMYK 0 0.86 0.51 0.29
HSL 335.38º 0.76% 0.4% -
HSV(B) 335.38º 0.86% 0.71% -
XYZ 21.21 11.24 10.5 -
YUV 78.94 133.68 200.8 -
System Red Green Blue C M Y K H S L
Decimal 181 25 89 0 0.86 0.51 0.29 335.38 0.76 0.4
Hex B5 19 59 0 56 33 1D 14F 4C 28
Octal 265 31 131 0 126 63 35 517 114 50
Binary 10110101 11001 1011001 0 1010110 110011 11101 101001111 1001100 101000

Color Harmonies of #B51959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B51959

Black with #B51959

Text Example


Text Example

White with #B51959

Text Example


Text Example

HTML Codes & Css Web 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>