#9C114A

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

Shades of Jazzberry Jam #9C114A

Tints of Jazzberry Jam #9C114A

Color information

#9C114A (or 0x9C114A) is unknown color: approx Jazzberry Jam. HEX triplet: 9C, 11 and 4A. RGB value is (156,17,74). Sum of RGB (Red+Green+Blue) = 156+17+74=247 (32% of max value = 765). Red value is 156 (61.33% from 255 or 63.16% from 247); Green value is 17 (7.03% from 255 or 6.88% from 247); Blue value is 74 (29.30% from 255 or 29.96% from 247); Max value from RGB is 156 - color contains mainly: red. Hex color #9C114A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C114A is #63EEB5. Grayscale: #404040. Windows color (decimal): -6549174 or 4854172. OLE color: 4854172.

HSL color Cylindrical-coordinate representation of color #9C114A: hue angle of 335.4º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9C114A is Cyan = 0, Magento = 0.89, Yellow = 0.53 and Black (K on CMYK) = 0.39.

Color convert

RGB1561774-
CMYK00.890.530.39
HSL335.4º80.35%33.92%-
HSV(B)335.4º89.1%61.18%-
XYZ15.157.967.22-
YUV65.06133.05192.87-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 63.16%
GREEN value IS 17 (7.03% from 255) = 6.88%
BLUE value IS 74 (29.30% from 255) = 29.96%
R=63.16%
G=6.88%
B=29.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.53
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156177400.890.530.39335.480.3533.92
Hex9C114A059352714f5022
Octal234211120131654751712042
Binary10011100100011001010010110011101011001111010011111010000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C114A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,17,74); }

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

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

 a { background-color: rgb(156,17,74); }

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

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

 span { border-color: rgb(156,17,74); }

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