#960152

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

Shades of Jazzberry Jam #960152

Tints of Jazzberry Jam #960152

Color information

#960152 (or 0x960152) is unknown color: approx Jazzberry Jam. HEX triplet: 96, 01 and 52. RGB value is (150,1,82). Sum of RGB (Red+Green+Blue) = 150+1+82=233 (30% of max value = 765). Red value is 150 (58.98% from 255 or 64.38% from 233); Green value is 1 (0.78% from 255 or 0.43% from 233); Blue value is 82 (32.42% from 255 or 35.19% from 233); Max value from RGB is 150 - color contains mainly: red. Hex color #960152 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #960152 is #69FEAD. Grayscale: #363636. Windows color (decimal): -6946478 or 5374358. OLE color: 5374358.

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

Color convert

RGB150182-
CMYK00.990.450.41
HSL327.38º98.68%29.61%-
HSV(B)327.38º99.33%58.82%-
XYZ14.117.118.61-
YUV54.78143.36195.91-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 64.38%
GREEN value IS 1 (0.78% from 255) = 0.43%
BLUE value IS 82 (32.42% from 255) = 35.19%
R=64.38%
G=0.43%
B=35.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.45
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15018200.990.450.41327.3898.6829.61
Hex961520632D29147631e
Octal22611220143555150714336
Binary100101101101001001100011101101101001101000111110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #960152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #960152; }

 p { color: rgb(150,1,82); }

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

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

 a { background-color: rgb(150,1,82); }

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

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

 span { border-color: rgb(150,1,82); }

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