Html Css Color HEX #B51551 Jazzberry Jam

📋 copy color: '#B51551'

red 181 ◦ green 21 ◦ blue 81

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

Shades of Jazzberry Jam #B51551

Tints of Jazzberry Jam #B51551

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.42%

 BLUE value IS 81 (32.03% from 255) = 28.62%

R = 63.96%
G = 7.42%
B = 28.62%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.55

 K value IS 0.29

RGB Variations

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

Color information

#B51551 (or 0xB51551) is known color: Jazzberry Jam. HEX triplet: B5, 15 and 51. RGB value is (181,21,81). Sum of RGB (Red+Green+Blue) = 181+21+81=283 (37% of max value = 765). Red value is 181 (71.09% from 255 or 63.96% from 283); Green value is 21 (8.59% from 255 or 7.42% from 283); Blue value is 81 (32.03% from 255 or 28.62% from 283); Max value from RGB is 181 - color contains mainly: red. Hex color #B51551 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B51551 is #4AEAAE. Grayscale: #4B4B4B. Windows color (decimal): -4909743 or 5313973. OLE color: 5313973.

HSL color Cylindrical-coordinate representation of color #B51551: hue angle of 337.5º degrees, saturation: 0.79, 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 #B51551 is Cyan = 0, Magento = 0.88, Yellow = 0.55 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 21 81 -
CMYK 0 0.88 0.55 0.29
HSL 337.5º 0.79% 0.4% -
HSV(B) 337.5º 0.88% 0.71% -
XYZ 20.81 10.95 8.8 -
YUV 75.68 131.01 203.12 -
System Red Green Blue C M Y K H S L
Decimal 181 21 81 0 0.88 0.55 0.29 337.5 0.79 0.4
Hex B5 15 51 0 58 37 1D 152 4F 28
Octal 265 25 121 0 130 67 35 522 117 50
Binary 10110101 10101 1010001 0 1011000 110111 11101 101010010 1001111 101000

Color Harmonies of #B51551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B51551

Black with #B51551

Text Example


Text Example

White with #B51551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B51551; }

 p { color: rgb(181,21,81); }

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

background-color css

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

 a { background-color: rgb(181,21,81); }

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

border-color css

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

 span { border-color: rgb(181,21,81); }

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