#9C0A51

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

Shades of Jazzberry Jam #9C0A51

Tints of Jazzberry Jam #9C0A51

Color information

#9C0A51 (or 0x9C0A51) is unknown color: approx Jazzberry Jam. HEX triplet: 9C, 0A and 51. RGB value is (156,10,81). Sum of RGB (Red+Green+Blue) = 156+10+81=247 (32% of max value = 765). Red value is 156 (61.33% from 255 or 63.16% from 247); Green value is 10 (4.30% from 255 or 4.05% from 247); Blue value is 81 (32.03% from 255 or 32.79% from 247); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0A51 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C0A51 is #63F5AE. Grayscale: #3D3D3D. Windows color (decimal): -6550959 or 5311132. OLE color: 5311132.

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

Color convert

RGB1561081-
CMYK00.940.480.39
HSL330.82º87.95%32.55%-
HSV(B)330.82º93.59%61.18%-
XYZ15.37.888.5-
YUV61.75138.87195.23-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 63.16%
GREEN value IS 10 (4.30% from 255) = 4.05%
BLUE value IS 81 (32.03% from 255) = 32.79%
R=63.16%
G=4.05%
B=32.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.48
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156108100.940.480.39330.8287.9532.55
Hex9CA5105E302714b5821
Octal234121210136604751313041
Binary1001110010101010001010111101100001001111010010111011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C0A51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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