#9C0A44

Color #9C0A44 Jazzberry Jam (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jazzberry Jam #9C0A44

Tints of Jazzberry Jam #9C0A44

Color information

#9C0A44 (or 0x9C0A44) is unknown color: approx Jazzberry Jam. HEX triplet: 9C, 0A and 44. RGB value is (156,10,68). Sum of RGB (Red+Green+Blue) = 156+10+68=234 (30% of max value = 765). Red value is 156 (61.33% from 255 or 66.67% from 234); Green value is 10 (4.30% from 255 or 4.27% from 234); Blue value is 68 (26.95% from 255 or 29.06% from 234); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0A44 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C0A44 is #63F5BB. Grayscale: #3C3C3C. Windows color (decimal): -6550972 or 4459164. OLE color: 4459164.

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

Color convert

RGB1561068-
CMYK00.940.560.39
HSL336.16º87.95%32.55%-
HSV(B)336.16º93.59%61.18%-
XYZ14.867.76.17-
YUV60.27132.37196.28-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 66.67%
GREEN value IS 10 (4.30% from 255) = 4.27%
BLUE value IS 68 (26.95% from 255) = 29.06%
R=66.67%
G=4.27%
B=29.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.56
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156106800.940.560.39336.1687.9532.55
Hex9CA4405E38271505821
Octal234121040136704752013041
Binary1001110010101000100010111101110001001111010100001011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C0A44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9C0A44;
 }
 .AnyTagClassName
 {
   color: #9C0A44;
 }
</style>
background-color css

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

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

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

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

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

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