#9C0A4F

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

Shades of Jazzberry Jam #9C0A4F

Tints of Jazzberry Jam #9C0A4F

Color information

#9C0A4F (or 0x9C0A4F) is unknown color: approx Jazzberry Jam. HEX triplet: 9C, 0A and 4F. RGB value is (156,10,79). Sum of RGB (Red+Green+Blue) = 156+10+79=245 (32% of max value = 765). Red value is 156 (61.33% from 255 or 63.67% from 245); Green value is 10 (4.30% from 255 or 4.08% from 245); Blue value is 79 (31.25% from 255 or 32.24% from 245); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0A4F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C0A4F is #63F5B0. Grayscale: #3D3D3D. Windows color (decimal): -6550961 or 5180060. OLE color: 5180060.

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

Color convert

RGB1561079-
CMYK00.940.490.39
HSL331.64º87.95%32.55%-
HSV(B)331.64º93.59%61.18%-
XYZ15.237.858.11-
YUV61.52137.87195.39-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 63.67%
GREEN value IS 10 (4.30% from 255) = 4.08%
BLUE value IS 79 (31.25% from 255) = 32.24%
R=63.67%
G=4.08%
B=32.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.49
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156107900.940.490.39331.6487.9532.55
Hex9CA4F05E312714c5821
Octal234121170136614751413041
Binary1001110010101001111010111101100011001111010011001011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C0A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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