#960755

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

Shades of Jazzberry Jam #960755

Tints of Jazzberry Jam #960755

Color information

#960755 (or 0x960755) is unknown color: approx Jazzberry Jam. HEX triplet: 96, 07 and 55. RGB value is (150,7,85). Sum of RGB (Red+Green+Blue) = 150+7+85=242 (32% of max value = 765). Red value is 150 (58.98% from 255 or 61.98% from 242); Green value is 7 (3.12% from 255 or 2.89% from 242); Blue value is 85 (33.59% from 255 or 35.12% from 242); Max value from RGB is 150 - color contains mainly: red. Hex color #960755 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #960755 is #69F8AA. Grayscale: #3A3A3A. Windows color (decimal): -6944939 or 5572502. OLE color: 5572502.

HSL color Cylindrical-coordinate representation of color #960755: hue angle of 327.27º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #960755 is Cyan = 0, Magento = 0.95, Yellow = 0.43 and Black (K on CMYK) = 0.41.

Color convert

RGB150785-
CMYK00.950.430.41
HSL327.27º91.08%30.78%-
HSV(B)327.27º95.33%58.82%-
XYZ14.297.299.25-
YUV58.65142.88193.16-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 61.98%
GREEN value IS 7 (3.12% from 255) = 2.89%
BLUE value IS 85 (33.59% from 255) = 35.12%
R=61.98%
G=2.89%
B=35.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.43
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15078500.950.430.41327.2791.0830.78
Hex9675505F2B291475b1f
Octal22671250137535150713337
Binary10010110111101010101011111101011101001101000111101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #960755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #960755; }

 p { color: rgb(150,7,85); }

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

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

 a { background-color: rgb(150,7,85); }

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

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

 span { border-color: rgb(150,7,85); }

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