#9C0A3D

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

Shades of Jazzberry Jam #9C0A3D

Tints of Jazzberry Jam #9C0A3D

Color information

#9C0A3D (or 0x9C0A3D) is unknown color: approx Jazzberry Jam. HEX triplet: 9C, 0A and 3D. RGB value is (156,10,61). Sum of RGB (Red+Green+Blue) = 156+10+61=227 (30% of max value = 765). Red value is 156 (61.33% from 255 or 68.72% from 227); Green value is 10 (4.30% from 255 or 4.41% from 227); Blue value is 61 (24.22% from 255 or 26.87% from 227); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0A3D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C0A3D is #63F5C2. Grayscale: #3B3B3B. Windows color (decimal): -6550979 or 4000412. OLE color: 4000412.

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

Color convert

RGB1561061-
CMYK00.940.610.39
HSL339.04º87.95%32.55%-
HSV(B)339.04º93.59%61.18%-
XYZ14.667.625.11-
YUV59.47128.87196.85-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 68.72%
GREEN value IS 10 (4.30% from 255) = 4.41%
BLUE value IS 61 (24.22% from 255) = 26.87%
R=68.72%
G=4.41%
B=26.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.61
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156106100.940.610.39339.0487.9532.55
Hex9CA3D05E3D271535821
Octal23412750136754752313041
Binary100111001010111101010111101111011001111010100111011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C0A3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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