#9C0554

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

Shades of Jazzberry Jam #9C0554

Tints of Jazzberry Jam #9C0554

Color information

#9C0554 (or 0x9C0554) is unknown color: approx Jazzberry Jam. HEX triplet: 9C, 05 and 54. RGB value is (156,5,84). Sum of RGB (Red+Green+Blue) = 156+5+84=245 (32% of max value = 765). Red value is 156 (61.33% from 255 or 63.67% from 245); Green value is 5 (2.34% from 255 or 2.04% from 245); Blue value is 84 (33.20% from 255 or 34.29% from 245); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0554 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C0554 is #63FAAB. Grayscale: #3A3A3A. Windows color (decimal): -6552236 or 5506460. OLE color: 5506460.

HSL color Cylindrical-coordinate representation of color #9C0554: hue angle of 328.61º 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 #9C0554 is Cyan = 0, Magento = 0.97, Yellow = 0.46 and Black (K on CMYK) = 0.39.

Color convert

RGB156584-
CMYK00.970.460.39
HSL328.61º93.79%31.57%-
HSV(B)328.61º96.79%61.18%-
XYZ15.367.829.09-
YUV59.16142.03197.08-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 63.67%
GREEN value IS 5 (2.34% from 255) = 2.04%
BLUE value IS 84 (33.20% from 255) = 34.29%
R=63.67%
G=2.04%
B=34.29%

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
Decimal15658400.970.460.39328.6193.7931.57
Hex9C5540612E271495e20
Octal23451240141564751113640
Binary100111001011010100011000011011101001111010010011011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C0554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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