#960756

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

Shades of Jazzberry Jam #960756

Tints of Jazzberry Jam #960756

Color information

#960756 (or 0x960756) is unknown color: approx Jazzberry Jam. HEX triplet: 96, 07 and 56. RGB value is (150,7,86). Sum of RGB (Red+Green+Blue) = 150+7+86=243 (32% of max value = 765). Red value is 150 (58.98% from 255 or 61.73% from 243); Green value is 7 (3.12% from 255 or 2.88% from 243); Blue value is 86 (33.98% from 255 or 35.39% from 243); Max value from RGB is 150 - color contains mainly: red. Hex color #960756 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #960756 is #69F8A9. Grayscale: #3A3A3A. Windows color (decimal): -6944938 or 5638038. OLE color: 5638038.

HSL color Cylindrical-coordinate representation of color #960756: hue angle of 326.85º 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 #960756 is Cyan = 0, Magento = 0.95, Yellow = 0.43 and Black (K on CMYK) = 0.41.

Color convert

RGB150786-
CMYK00.950.430.41
HSL326.85º91.08%30.78%-
HSV(B)326.85º95.33%58.82%-
XYZ14.337.319.46-
YUV58.76143.38193.08-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 61.73%
GREEN value IS 7 (3.12% from 255) = 2.88%
BLUE value IS 86 (33.98% from 255) = 35.39%
R=61.73%
G=2.88%
B=35.39%

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
Decimal15078600.950.430.41326.8591.0830.78
Hex9675605F2B291475b1f
Octal22671260137535150713337
Binary10010110111101011001011111101011101001101000111101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #960756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #960756; }

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

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

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

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

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

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

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

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