Html Css Color HEX #9C0B3C Jazzberry Jam

📋 copy color: '#9C0B3C'

red 156 ◦ green 11 ◦ blue 60

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

Shades of Jazzberry Jam #9C0B3C

Tints of Jazzberry Jam #9C0B3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 26.43%

R = 68.72%
G = 4.85%
B = 26.43%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.62

 K value IS 0.39

RGB Variations

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

Color information

#9C0B3C (or 0x9C0B3C) is known color: Jazzberry Jam. HEX triplet: 9C, 0B and 3C. RGB value is (156,11,60). Sum of RGB (Red+Green+Blue) = 156+11+60=227 (30% of max value = 765). Red value is 156 (61.33% from 255 or 68.72% from 227); Green value is 11 (4.69% from 255 or 4.85% from 227); Blue value is 60 (23.83% from 255 or 26.43% from 227); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0B3C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C0B3C is #63F4C3. Grayscale: #3B3B3B. Windows color (decimal): -6550724 or 3935132. OLE color: 3935132.

HSL color Cylindrical-coordinate representation of color #9C0B3C: hue angle of 339.72º 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 #9C0B3C is Cyan = 0, Magento = 0.93, Yellow = 0.62 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 11 60 -
CMYK 0 0.93 0.62 0.39
HSL 339.72º 0.87% 0.33% -
HSV(B) 339.72º 0.93% 0.61% -
XYZ 14.65 7.63 4.98 -
YUV 59.94 128.04 196.52 -
System Red Green Blue C M Y K H S L
Decimal 156 11 60 0 0.93 0.62 0.39 339.72 0.87 0.33
Hex 9C B 3C 0 5D 3E 27 154 57 21
Octal 234 13 74 0 135 76 47 524 127 41
Binary 10011100 1011 111100 0 1011101 111110 100111 101010100 1010111 100001

Color Harmonies of #9C0B3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C0B3C

Black with #9C0B3C

Text Example


Text Example

White with #9C0B3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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