Html Css Color HEX #B51958 Jazzberry Jam

📋 copy color: '#B51958'

red 181 ◦ green 25 ◦ blue 88

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

Shades of Jazzberry Jam #B51958

Tints of Jazzberry Jam #B51958

RGB

 RED value IS 181 (71.09% from 255) = 61.56%

 GREEN value IS 25 (10.16% from 255) = 8.5%

 BLUE value IS 88 (34.77% from 255) = 29.93%

R = 61.56%
G = 8.5%
B = 29.93%

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

#B51958 (or 0xB51958) is known color: Jazzberry Jam. HEX triplet: B5, 19 and 58. RGB value is (181,25,88). Sum of RGB (Red+Green+Blue) = 181+25+88=294 (38% of max value = 765). Red value is 181 (71.09% from 255 or 61.56% from 294); Green value is 25 (10.16% from 255 or 8.50% from 294); Blue value is 88 (34.77% from 255 or 29.93% from 294); Max value from RGB is 181 - color contains mainly: red. Hex color #B51958 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B51958 is #4AE6A7. Grayscale: #4E4E4E. Windows color (decimal): -4908712 or 5773749. OLE color: 5773749.

HSL color Cylindrical-coordinate representation of color #B51958: hue angle of 335.77º 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 #B51958 is Cyan = 0, Magento = 0.86, Yellow = 0.51 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 25 88 -
CMYK 0 0.86 0.51 0.29
HSL 335.77º 0.76% 0.4% -
HSV(B) 335.77º 0.86% 0.71% -
XYZ 21.17 11.22 10.28 -
YUV 78.83 133.18 200.88 -
System Red Green Blue C M Y K H S L
Decimal 181 25 88 0 0.86 0.51 0.29 335.77 0.76 0.4
Hex B5 19 58 0 56 33 1D 150 4C 28
Octal 265 31 130 0 126 63 35 520 114 50
Binary 10110101 11001 1011000 0 1010110 110011 11101 101010000 1001100 101000

Color Harmonies of #B51958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B51958

Black with #B51958

Text Example


Text Example

White with #B51958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B51958; }

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

 H1.HeaderClassName
 {
   color: #B51958;
 }
 .AnyTagClassName
 {
   color: #B51958;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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