#9C0744

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

Shades of Jazzberry Jam #9C0744

Tints of Jazzberry Jam #9C0744

Color information

#9C0744 (or 0x9C0744) is unknown color: approx Jazzberry Jam. HEX triplet: 9C, 07 and 44. RGB value is (156,7,68). Sum of RGB (Red+Green+Blue) = 156+7+68=231 (30% of max value = 765). Red value is 156 (61.33% from 255 or 67.53% from 231); Green value is 7 (3.12% from 255 or 3.03% from 231); Blue value is 68 (26.95% from 255 or 29.44% from 231); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0744 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C0744 is #63F8BB. Grayscale: #3A3A3A. Windows color (decimal): -6551740 or 4458396. OLE color: 4458396.

HSL color Cylindrical-coordinate representation of color #9C0744: hue angle of 335.44º degrees, saturation: 0.91, 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 #9C0744 is Cyan = 0, Magento = 0.96, Yellow = 0.56 and Black (K on CMYK) = 0.39.

Color convert

RGB156768-
CMYK00.960.560.39
HSL335.44º91.41%31.96%-
HSV(B)335.44º95.51%61.18%-
XYZ14.837.646.16-
YUV58.5133.36197.54-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 67.53%
GREEN value IS 7 (3.12% from 255) = 3.03%
BLUE value IS 68 (26.95% from 255) = 29.44%
R=67.53%
G=3.03%
B=29.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.56
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15676800.960.560.39335.4491.4131.96
Hex9C744060382714f5b20
Octal23471040140704751713340
Binary100111001111000100011000001110001001111010011111011011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C0744

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,7,68); }

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

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

 a { background-color: rgb(156,7,68); }

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

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

 span { border-color: rgb(156,7,68); }

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