#960553

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

Shades of Jazzberry Jam #960553

Tints of Jazzberry Jam #960553

Color information

#960553 (or 0x960553) is unknown color: approx Jazzberry Jam. HEX triplet: 96, 05 and 53. RGB value is (150,5,83). Sum of RGB (Red+Green+Blue) = 150+5+83=238 (31% of max value = 765). Red value is 150 (58.98% from 255 or 63.03% from 238); Green value is 5 (2.34% from 255 or 2.10% from 238); Blue value is 83 (32.81% from 255 or 34.87% from 238); Max value from RGB is 150 - color contains mainly: red. Hex color #960553 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #960553 is #69FAAC. Grayscale: #393939. Windows color (decimal): -6945453 or 5440918. OLE color: 5440918.

HSL color Cylindrical-coordinate representation of color #960553: hue angle of 327.72º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #960553 is Cyan = 0, Magento = 0.97, Yellow = 0.45 and Black (K on CMYK) = 0.41.

Color convert

RGB150583-
CMYK00.970.450.41
HSL327.72º93.55%30.39%-
HSV(B)327.72º96.67%58.82%-
XYZ14.197.228.83-
YUV57.25142.54194.16-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 63.03%
GREEN value IS 5 (2.34% from 255) = 2.10%
BLUE value IS 83 (32.81% from 255) = 34.87%
R=63.03%
G=2.10%
B=34.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.45
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15058300.970.450.41327.7293.5530.39
Hex965530612D291485e1e
Octal22651230141555151013636
Binary10010110101101001101100001101101101001101001000101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #960553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #960553; }

 p { color: rgb(150,5,83); }

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

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

 a { background-color: rgb(150,5,83); }

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

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

 span { border-color: rgb(150,5,83); }

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