#960446

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

Shades of Jazzberry Jam #960446

Tints of Jazzberry Jam #960446

Color information

#960446 (or 0x960446) is unknown color: approx Jazzberry Jam. HEX triplet: 96, 04 and 46. RGB value is (150,4,70). Sum of RGB (Red+Green+Blue) = 150+4+70=224 (29% of max value = 765). Red value is 150 (58.98% from 255 or 66.96% from 224); Green value is 4 (1.95% from 255 or 1.79% from 224); Blue value is 70 (27.73% from 255 or 31.25% from 224); Max value from RGB is 150 - color contains mainly: red. Hex color #960446 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #960446 is #69FBB9. Grayscale: #373737. Windows color (decimal): -6945722 or 4588694. OLE color: 4588694.

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

Color convert

RGB150470-
CMYK00.970.530.41
HSL332.88º94.81%30.2%-
HSV(B)332.88º97.33%58.82%-
XYZ13.737.016.42-
YUV55.18136.37195.63-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 66.96%
GREEN value IS 4 (1.95% from 255) = 1.79%
BLUE value IS 70 (27.73% from 255) = 31.25%
R=66.96%
G=1.79%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.53
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15047000.970.530.41332.8894.8130.2
Hex96446061352914d5f1e
Octal22641060141655151513736
Binary10010110100100011001100001110101101001101001101101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #960446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #960446; }

 p { color: rgb(150,4,70); }

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

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

 a { background-color: rgb(150,4,70); }

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

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

 span { border-color: rgb(150,4,70); }

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