Html Css Color HEX #B51964 Jazzberry Jam

📋 copy color: '#B51964'

red 181 ◦ green 25 ◦ blue 100

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

Shades of Jazzberry Jam #B51964

Tints of Jazzberry Jam #B51964

RGB

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

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

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

R = 59.15%
G = 8.17%
B = 32.68%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.45

 K value IS 0.29

RGB Variations

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

Color information

#B51964 (or 0xB51964) is known color: Jazzberry Jam. HEX triplet: B5, 19 and 64. RGB value is (181,25,100). Sum of RGB (Red+Green+Blue) = 181+25+100=306 (40% of max value = 765). Red value is 181 (71.09% from 255 or 59.15% from 306); Green value is 25 (10.16% from 255 or 8.17% from 306); Blue value is 100 (39.45% from 255 or 32.68% from 306); Max value from RGB is 181 - color contains mainly: red. Hex color #B51964 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B51964 is #4AE69B. Grayscale: #505050. Windows color (decimal): -4908700 or 6560181. OLE color: 6560181.

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

Color convert

RGB 181 25 100 -
CMYK 0 0.86 0.45 0.29
HSL 331.15º 0.76% 0.4% -
HSV(B) 331.15º 0.86% 0.71% -
XYZ 21.7 11.44 13.12 -
YUV 80.19 139.18 199.9 -
System Red Green Blue C M Y K H S L
Decimal 181 25 100 0 0.86 0.45 0.29 331.15 0.76 0.4
Hex B5 19 64 0 56 2D 1D 14B 4C 28
Octal 265 31 144 0 126 55 35 513 114 50
Binary 10110101 11001 1100100 0 1010110 101101 11101 101001011 1001100 101000

Color Harmonies of #B51964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B51964

Black with #B51964

Text Example


Text Example

White with #B51964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B51964; }

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

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

background-color css

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

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

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

border-color css

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

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

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