#960542

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

Shades of Jazzberry Jam #960542

Tints of Jazzberry Jam #960542

Color information

#960542 (or 0x960542) is unknown color: approx Jazzberry Jam. HEX triplet: 96, 05 and 42. RGB value is (150,5,66). Sum of RGB (Red+Green+Blue) = 150+5+66=221 (29% of max value = 765). Red value is 150 (58.98% from 255 or 67.87% from 221); Green value is 5 (2.34% from 255 or 2.26% from 221); Blue value is 66 (26.17% from 255 or 29.86% from 221); Max value from RGB is 150 - color contains mainly: red. Hex color #960542 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #960542 is #69FABD. Grayscale: #373737. Windows color (decimal): -6945470 or 4326806. OLE color: 4326806.

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

Color convert

RGB150566-
CMYK00.970.560.41
HSL334.76º93.55%30.39%-
HSV(B)334.76º96.67%58.82%-
XYZ13.626.995.79-
YUV55.31134.04195.54-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 67.87%
GREEN value IS 5 (2.34% from 255) = 2.26%
BLUE value IS 66 (26.17% from 255) = 29.86%
R=67.87%
G=2.26%
B=29.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.56
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15056600.970.560.41334.7693.5530.39
Hex96542061382914f5e1e
Octal22651020141705151713636
Binary10010110101100001001100001111000101001101001111101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #960542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #960542; }

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

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

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

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

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

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

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

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