#9C063E

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

Shades of Jazzberry Jam #9C063E

Tints of Jazzberry Jam #9C063E

Color information

#9C063E (or 0x9C063E) is unknown color: approx Jazzberry Jam. HEX triplet: 9C, 06 and 3E. RGB value is (156,6,62). Sum of RGB (Red+Green+Blue) = 156+6+62=224 (29% of max value = 765). Red value is 156 (61.33% from 255 or 69.64% from 224); Green value is 6 (2.73% from 255 or 2.68% from 224); Blue value is 62 (24.61% from 255 or 27.68% from 224); Max value from RGB is 156 - color contains mainly: red. Hex color #9C063E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C063E is #63F9C1. Grayscale: #393939. Windows color (decimal): -6552002 or 4064924. OLE color: 4064924.

HSL color Cylindrical-coordinate representation of color #9C063E: hue angle of 337.6º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9C063E is Cyan = 0, Magento = 0.96, Yellow = 0.60 and Black (K on CMYK) = 0.39.

Color convert

RGB156662-
CMYK00.960.600.39
HSL337.6º92.59%31.76%-
HSV(B)337.6º96.15%61.18%-
XYZ14.647.555.24-
YUV57.23130.7198.45-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 69.64%
GREEN value IS 6 (2.73% from 255) = 2.68%
BLUE value IS 62 (24.61% from 255) = 27.68%
R=69.64%
G=2.68%
B=27.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.60
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15666200.960.600.39337.692.5931.76
Hex9C63E0603C271525d20
Octal2346760140744752213540
Binary10011100110111110011000001111001001111010100101011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C063E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,6,62); }

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

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

 a { background-color: rgb(156,6,62); }

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

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

 span { border-color: rgb(156,6,62); }

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