#9C1456

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

Shades of Jazzberry Jam #9C1456

Tints of Jazzberry Jam #9C1456

Color information

#9C1456 (or 0x9C1456) is unknown color: approx Jazzberry Jam. HEX triplet: 9C, 14 and 56. RGB value is (156,20,86). Sum of RGB (Red+Green+Blue) = 156+20+86=262 (34% of max value = 765). Red value is 156 (61.33% from 255 or 59.54% from 262); Green value is 20 (8.20% from 255 or 7.63% from 262); Blue value is 86 (33.98% from 255 or 32.82% from 262); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1456 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C1456 is #63EBA9. Grayscale: #444444. Windows color (decimal): -6548394 or 5641372. OLE color: 5641372.

HSL color Cylindrical-coordinate representation of color #9C1456: hue angle of 330.88º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9C1456 is Cyan = 0, Magento = 0.87, Yellow = 0.45 and Black (K on CMYK) = 0.39.

Color convert

RGB1562086-
CMYK00.870.450.39
HSL330.88º77.27%34.51%-
HSV(B)330.88º87.18%61.18%-
XYZ15.648.249.57-
YUV68.19138.06190.63-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 59.54%
GREEN value IS 20 (8.20% from 255) = 7.63%
BLUE value IS 86 (33.98% from 255) = 32.82%
R=59.54%
G=7.63%
B=32.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.45
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156208600.870.450.39330.8877.2734.51
Hex9C14560572D2714b4d23
Octal234241260127554751311543
Binary10011100101001010110010101111011011001111010010111001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C1456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,20,86); }

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

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

 a { background-color: rgb(156,20,86); }

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

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

 span { border-color: rgb(156,20,86); }

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