#9C154C

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

Shades of Jazzberry Jam #9C154C

Tints of Jazzberry Jam #9C154C

Color information

#9C154C (or 0x9C154C) is unknown color: approx Jazzberry Jam. HEX triplet: 9C, 15 and 4C. RGB value is (156,21,76). Sum of RGB (Red+Green+Blue) = 156+21+76=253 (33% of max value = 765). Red value is 156 (61.33% from 255 or 61.66% from 253); Green value is 21 (8.59% from 255 or 8.30% from 253); Blue value is 76 (30.08% from 255 or 30.04% from 253); Max value from RGB is 156 - color contains mainly: red. Hex color #9C154C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C154C is #63EAB3. Grayscale: #434343. Windows color (decimal): -6548148 or 4986268. OLE color: 4986268.

HSL color Cylindrical-coordinate representation of color #9C154C: hue angle of 335.56º degrees, saturation: 0.76, 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 #9C154C is Cyan = 0, Magento = 0.87, Yellow = 0.51 and Black (K on CMYK) = 0.39.

Color convert

RGB1562176-
CMYK00.870.510.39
HSL335.56º76.27%34.71%-
HSV(B)335.56º86.54%61.18%-
XYZ15.288.137.6-
YUV67.63132.73191.03-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 61.66%
GREEN value IS 21 (8.59% from 255) = 8.30%
BLUE value IS 76 (30.08% from 255) = 30.04%
R=61.66%
G=8.30%
B=30.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.51
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156217600.870.510.39335.5676.2734.71
Hex9C154C05733271504c23
Octal234251140127634752011443
Binary10011100101011001100010101111100111001111010100001001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C154C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,21,76); }

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

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

 a { background-color: rgb(156,21,76); }

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

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

 span { border-color: rgb(156,21,76); }

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