Html Css Color HEX #9C0A49 Jazzberry Jam

📋 copy color: '#9C0A49'

red 156 ◦ green 10 ◦ blue 73

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

Shades of Jazzberry Jam #9C0A49

Tints of Jazzberry Jam #9C0A49

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.18%

 BLUE value IS 73 (28.91% from 255) = 30.54%

R = 65.27%
G = 4.18%
B = 30.54%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.53

 K value IS 0.39

RGB Variations

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

Color information

#9C0A49 (or 0x9C0A49) is known color: Jazzberry Jam. HEX triplet: 9C, 0A and 49. RGB value is (156,10,73). Sum of RGB (Red+Green+Blue) = 156+10+73=239 (31% of max value = 765). Red value is 156 (61.33% from 255 or 65.27% from 239); Green value is 10 (4.30% from 255 or 4.18% from 239); Blue value is 73 (28.91% from 255 or 30.54% from 239); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0A49 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C0A49 is #63F5B6. Grayscale: #3C3C3C. Windows color (decimal): -6550967 or 4786844. OLE color: 4786844.

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

Color convert

RGB 156 10 73 -
CMYK 0 0.94 0.53 0.39
HSL 334.11º 0.88% 0.33% -
HSV(B) 334.11º 0.94% 0.61% -
XYZ 15.02 7.77 7.01 -
YUV 60.84 134.87 195.88 -
System Red Green Blue C M Y K H S L
Decimal 156 10 73 0 0.94 0.53 0.39 334.11 0.88 0.33
Hex 9C A 49 0 5E 35 27 14E 58 21
Octal 234 12 111 0 136 65 47 516 130 41
Binary 10011100 1010 1001001 0 1011110 110101 100111 101001110 1011000 100001

Color Harmonies of #9C0A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C0A49

Black with #9C0A49

Text Example


Text Example

White with #9C0A49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,10,73); }

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

background-color css

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

 a { background-color: rgb(156,10,73); }

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

border-color css

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

 span { border-color: rgb(156,10,73); }

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