Html Css Color HEX #9C0D4F Jazzberry Jam

📋 copy color: '#9C0D4F'

red 156 ◦ green 13 ◦ blue 79

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

Shades of Jazzberry Jam #9C0D4F

Tints of Jazzberry Jam #9C0D4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 31.85%

R = 62.9%
G = 5.24%
B = 31.85%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.49

 K value IS 0.39

RGB Variations

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

Color information

#9C0D4F (or 0x9C0D4F) is known color: Jazzberry Jam. HEX triplet: 9C, 0D and 4F. RGB value is (156,13,79). Sum of RGB (Red+Green+Blue) = 156+13+79=248 (32% of max value = 765). Red value is 156 (61.33% from 255 or 62.90% from 248); Green value is 13 (5.47% from 255 or 5.24% from 248); Blue value is 79 (31.25% from 255 or 31.85% from 248); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0D4F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C0D4F is #63F2B0. Grayscale: #3F3F3F. Windows color (decimal): -6550193 or 5180828. OLE color: 5180828.

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

Color convert

RGB 156 13 79 -
CMYK 0 0.92 0.49 0.39
HSL 332.31º 0.85% 0.33% -
HSV(B) 332.31º 0.92% 0.61% -
XYZ 15.27 7.92 8.12 -
YUV 63.28 136.88 194.13 -
System Red Green Blue C M Y K H S L
Decimal 156 13 79 0 0.92 0.49 0.39 332.31 0.85 0.33
Hex 9C D 4F 0 5C 31 27 14C 55 21
Octal 234 15 117 0 134 61 47 514 125 41
Binary 10011100 1101 1001111 0 1011100 110001 100111 101001100 1010101 100001

Color Harmonies of #9C0D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C0D4F

Black with #9C0D4F

Text Example


Text Example

White with #9C0D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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