#9C0555

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

Shades of Jazzberry Jam #9C0555

Tints of Jazzberry Jam #9C0555

Color information

#9C0555 (or 0x9C0555) is unknown color: approx Jazzberry Jam. HEX triplet: 9C, 05 and 55. RGB value is (156,5,85). Sum of RGB (Red+Green+Blue) = 156+5+85=246 (32% of max value = 765). Red value is 156 (61.33% from 255 or 63.41% from 246); Green value is 5 (2.34% from 255 or 2.03% from 246); Blue value is 85 (33.59% from 255 or 34.55% from 246); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0555 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C0555 is #63FAAA. Grayscale: #3B3B3B. Windows color (decimal): -6552235 or 5571996. OLE color: 5571996.

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

Color convert

RGB156585-
CMYK00.970.460.39
HSL328.21º93.79%31.57%-
HSV(B)328.21º96.79%61.18%-
XYZ15.47.839.29-
YUV59.27142.53197-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 63.41%
GREEN value IS 5 (2.34% from 255) = 2.03%
BLUE value IS 85 (33.59% from 255) = 34.55%
R=63.41%
G=2.03%
B=34.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.46
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15658500.970.460.39328.2193.7931.57
Hex9C5550612E271485e20
Octal23451250141564751013640
Binary100111001011010101011000011011101001111010010001011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C0555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,5,85); }

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

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

 a { background-color: rgb(156,5,85); }

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

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

 span { border-color: rgb(156,5,85); }

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