#9c0040

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

Shades of Jazzberry Jam #9C0040

Tints of Jazzberry Jam #9C0040

Color information

#9C0040 (or 0x9C0040) is unknown color: approx Jazzberry Jam. HEX triplet: 9C, 00 and 40. RGB value is (156,0,64). Sum of RGB (Red+Green+Blue) = 156+0+64=220 (29% of max value = 765). Red value is 156 (61.33% from 255 or 70.91% from 220); Green value is 0 (0.39% from 255 or 0% from 220); Blue value is 64 (25.39% from 255 or 29.09% from 220); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0040 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C0040 is #63FFBF. Grayscale: #353535. Windows color (decimal): -6553536 or 4194460. OLE color: 4194460.

HSL color Cylindrical-coordinate representation of color #9C0040: hue angle of 335.38º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9C0040 is Cyan = 0, Magento = 1, Yellow = 0.59 and Black (K on CMYK) = 0.39.

Color convert

RGB156064-
CMYK010.590.39
HSL335.38º100%30.59%-
HSV(B)335.38º100%61.18%-
XYZ14.647.445.51-
YUV53.94133.68200.8-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 70.91%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 64 (25.39% from 255) = 29.09%
R=70.91%
G=0%
B=29.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.59
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156064010.590.39335.3810030.59
Hex9C0400643B2714f641f
Octal23401000144734751714437
Binary100111000100000001100100111011100111101001111110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9c0040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,0,64); }

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

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

 a { background-color: rgb(156,0,64); }

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

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

 span { border-color: rgb(156,0,64); }

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