#960549

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

Shades of Jazzberry Jam #960549

Tints of Jazzberry Jam #960549

Color information

#960549 (or 0x960549) is unknown color: approx Jazzberry Jam. HEX triplet: 96, 05 and 49. RGB value is (150,5,73). Sum of RGB (Red+Green+Blue) = 150+5+73=228 (30% of max value = 765). Red value is 150 (58.98% from 255 or 65.79% from 228); Green value is 5 (2.34% from 255 or 2.19% from 228); Blue value is 73 (28.91% from 255 or 32.02% from 228); Max value from RGB is 150 - color contains mainly: red. Hex color #960549 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #960549 is #69FAB6. Grayscale: #373737. Windows color (decimal): -6945463 or 4785558. OLE color: 4785558.

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

Color convert

RGB150573-
CMYK00.970.510.41
HSL331.86º93.55%30.39%-
HSV(B)331.86º96.67%58.82%-
XYZ13.837.076.94-
YUV56.11137.54194.97-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 65.79%
GREEN value IS 5 (2.34% from 255) = 2.19%
BLUE value IS 73 (28.91% from 255) = 32.02%
R=65.79%
G=2.19%
B=32.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.51
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15057300.970.510.41331.8693.5530.39
Hex96549061332914c5e1e
Octal22651110141635151413636
Binary10010110101100100101100001110011101001101001100101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #960549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #960549; }

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

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

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

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

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

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

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

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