Html Css Color HEX #B51564 Jazzberry Jam

📋 copy color: '#B51564'

red 181 ◦ green 21 ◦ blue 100

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

Shades of Jazzberry Jam #B51564

Tints of Jazzberry Jam #B51564

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 33.11%

R = 59.93%
G = 6.95%
B = 33.11%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.45

 K value IS 0.29

RGB Variations

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

Color information

#B51564 (or 0xB51564) is known color: Jazzberry Jam. HEX triplet: B5, 15 and 64. RGB value is (181,21,100). Sum of RGB (Red+Green+Blue) = 181+21+100=302 (40% of max value = 765). Red value is 181 (71.09% from 255 or 59.93% from 302); Green value is 21 (8.59% from 255 or 6.95% from 302); Blue value is 100 (39.45% from 255 or 33.11% from 302); Max value from RGB is 181 - color contains mainly: red. Hex color #B51564 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B51564 is #4AEA9B. Grayscale: #4D4D4D. Windows color (decimal): -4909724 or 6559157. OLE color: 6559157.

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

Color convert

RGB 181 21 100 -
CMYK 0 0.88 0.45 0.29
HSL 330.38º 0.79% 0.4% -
HSV(B) 330.38º 0.88% 0.71% -
XYZ 21.62 11.28 13.09 -
YUV 77.85 140.51 201.58 -
System Red Green Blue C M Y K H S L
Decimal 181 21 100 0 0.88 0.45 0.29 330.38 0.79 0.4
Hex B5 15 64 0 58 2D 1D 14A 4F 28
Octal 265 25 144 0 130 55 35 512 117 50
Binary 10110101 10101 1100100 0 1011000 101101 11101 101001010 1001111 101000

Color Harmonies of #B51564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B51564

Black with #B51564

Text Example


Text Example

White with #B51564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B51564; }

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

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

background-color css

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

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

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

border-color css

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

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

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