Html Css Color HEX #9C0B5B Jazzberry Jam

📋 copy color: '#9C0B5B'

red 156 ◦ green 11 ◦ blue 91

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

Shades of Jazzberry Jam #9C0B5B

Tints of Jazzberry Jam #9C0B5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 35.27%

R = 60.47%
G = 4.26%
B = 35.27%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.42

 K value IS 0.39

RGB Variations

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

Color information

#9C0B5B (or 0x9C0B5B) is known color: Jazzberry Jam. HEX triplet: 9C, 0B and 5B. RGB value is (156,11,91). Sum of RGB (Red+Green+Blue) = 156+11+91=258 (34% of max value = 765). Red value is 156 (61.33% from 255 or 60.47% from 258); Green value is 11 (4.69% from 255 or 4.26% from 258); Blue value is 91 (35.94% from 255 or 35.27% from 258); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0B5B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C0B5B is #63F4A4. Grayscale: #3F3F3F. Windows color (decimal): -6550693 or 5966748. OLE color: 5966748.

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

Color convert

RGB 156 11 91 -
CMYK 0 0.93 0.42 0.39
HSL 326.9º 0.87% 0.33% -
HSV(B) 326.9º 0.93% 0.61% -
XYZ 15.72 8.06 10.63 -
YUV 63.48 143.54 194 -
System Red Green Blue C M Y K H S L
Decimal 156 11 91 0 0.93 0.42 0.39 326.9 0.87 0.33
Hex 9C B 5B 0 5D 2A 27 147 57 21
Octal 234 13 133 0 135 52 47 507 127 41
Binary 10011100 1011 1011011 0 1011101 101010 100111 101000111 1010111 100001

Color Harmonies of #9C0B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C0B5B

Black with #9C0B5B

Text Example


Text Example

White with #9C0B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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