Html Css Color HEX #9C0B51 Jazzberry Jam

📋 copy color: '#9C0B51'

red 156 ◦ green 11 ◦ blue 81

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

Shades of Jazzberry Jam #9C0B51

Tints of Jazzberry Jam #9C0B51

RGB

 RED value IS 156 (61.33% from 255) = 62.9%

 GREEN value IS 11 (4.69% from 255) = 4.44%

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

R = 62.9%
G = 4.44%
B = 32.66%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.48

 K value IS 0.39

RGB Variations

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

Color information

#9C0B51 (or 0x9C0B51) is known color: Jazzberry Jam. HEX triplet: 9C, 0B and 51. RGB value is (156,11,81). Sum of RGB (Red+Green+Blue) = 156+11+81=248 (32% of max value = 765). Red value is 156 (61.33% from 255 or 62.90% from 248); Green value is 11 (4.69% from 255 or 4.44% from 248); Blue value is 81 (32.03% from 255 or 32.66% from 248); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0B51 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C0B51 is #63F4AE. Grayscale: #3E3E3E. Windows color (decimal): -6550703 or 5311388. OLE color: 5311388.

HSL color Cylindrical-coordinate representation of color #9C0B51: hue angle of 331.03º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9C0B51 is Cyan = 0, Magento = 0.93, Yellow = 0.48 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 11 81 -
CMYK 0 0.93 0.48 0.39
HSL 331.03º 0.87% 0.33% -
HSV(B) 331.03º 0.93% 0.61% -
XYZ 15.32 7.9 8.5 -
YUV 62.34 138.54 194.81 -
System Red Green Blue C M Y K H S L
Decimal 156 11 81 0 0.93 0.48 0.39 331.03 0.87 0.33
Hex 9C B 51 0 5D 30 27 14B 57 21
Octal 234 13 121 0 135 60 47 513 127 41
Binary 10011100 1011 1010001 0 1011101 110000 100111 101001011 1010111 100001

Color Harmonies of #9C0B51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C0B51

Black with #9C0B51

Text Example


Text Example

White with #9C0B51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9C0B51; }

 p { color: rgb(156,11,81); }

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

background-color css

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

 a { background-color: rgb(156,11,81); }

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

border-color css

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

 span { border-color: rgb(156,11,81); }

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