Html Css Color HEX #9C0D4D Jazzberry Jam

📋 copy color: '#9C0D4D'

red 156 ◦ green 13 ◦ blue 77

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

Shades of Jazzberry Jam #9C0D4D

Tints of Jazzberry Jam #9C0D4D

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.28%

 BLUE value IS 77 (30.47% from 255) = 31.3%

R = 63.41%
G = 5.28%
B = 31.3%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.51

 K value IS 0.39

RGB Variations

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

Color information

#9C0D4D (or 0x9C0D4D) is known color: Jazzberry Jam. HEX triplet: 9C, 0D and 4D. RGB value is (156,13,77). Sum of RGB (Red+Green+Blue) = 156+13+77=246 (32% of max value = 765). Red value is 156 (61.33% from 255 or 63.41% from 246); Green value is 13 (5.47% from 255 or 5.28% from 246); Blue value is 77 (30.47% from 255 or 31.30% from 246); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0D4D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C0D4D is #63F2B2. Grayscale: #3E3E3E. Windows color (decimal): -6550195 or 5049756. OLE color: 5049756.

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

Color convert

RGB 156 13 77 -
CMYK 0 0.92 0.51 0.39
HSL 333.15º 0.85% 0.33% -
HSV(B) 333.15º 0.92% 0.61% -
XYZ 15.19 7.89 7.74 -
YUV 63.05 135.88 194.3 -
System Red Green Blue C M Y K H S L
Decimal 156 13 77 0 0.92 0.51 0.39 333.15 0.85 0.33
Hex 9C D 4D 0 5C 33 27 14D 55 21
Octal 234 15 115 0 134 63 47 515 125 41
Binary 10011100 1101 1001101 0 1011100 110011 100111 101001101 1010101 100001

Color Harmonies of #9C0D4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C0D4D

Black with #9C0D4D

Text Example


Text Example

White with #9C0D4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,13,77); }

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

background-color css

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

 a { background-color: rgb(156,13,77); }

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

border-color css

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

 span { border-color: rgb(156,13,77); }

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