#960548

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

Shades of Jazzberry Jam #960548

Tints of Jazzberry Jam #960548

Color information

#960548 (or 0x960548) is unknown color: approx Jazzberry Jam. HEX triplet: 96, 05 and 48. RGB value is (150,5,72). Sum of RGB (Red+Green+Blue) = 150+5+72=227 (30% of max value = 765). Red value is 150 (58.98% from 255 or 66.08% from 227); Green value is 5 (2.34% from 255 or 2.20% from 227); Blue value is 72 (28.52% from 255 or 31.72% from 227); Max value from RGB is 150 - color contains mainly: red. Hex color #960548 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #960548 is #69FAB7. Grayscale: #373737. Windows color (decimal): -6945464 or 4720022. OLE color: 4720022.

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

Color convert

RGB150572-
CMYK00.970.520.41
HSL332.28º93.55%30.39%-
HSV(B)332.28º96.67%58.82%-
XYZ13.87.066.77-
YUV55.99137.04195.05-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 66.08%
GREEN value IS 5 (2.34% from 255) = 2.20%
BLUE value IS 72 (28.52% from 255) = 31.72%
R=66.08%
G=2.20%
B=31.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.52
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15057200.970.520.41332.2893.5530.39
Hex96548061342914c5e1e
Octal22651100141645151413636
Binary10010110101100100001100001110100101001101001100101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #960548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #960548; }

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

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

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

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

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

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

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

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