#960D58

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

Shades of Jazzberry Jam #960D58

Tints of Jazzberry Jam #960D58

Color information

#960D58 (or 0x960D58) is unknown color: approx Jazzberry Jam. HEX triplet: 96, 0D and 58. RGB value is (150,13,88). Sum of RGB (Red+Green+Blue) = 150+13+88=251 (33% of max value = 765). Red value is 150 (58.98% from 255 or 59.76% from 251); Green value is 13 (5.47% from 255 or 5.18% from 251); Blue value is 88 (34.77% from 255 or 35.06% from 251); Max value from RGB is 150 - color contains mainly: red. Hex color #960D58 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #960D58 is #69F2A7. Grayscale: #3E3E3E. Windows color (decimal): -6943400 or 5770646. OLE color: 5770646.

HSL color Cylindrical-coordinate representation of color #960D58: hue angle of 327.15º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #960D58 is Cyan = 0, Magento = 0.91, Yellow = 0.41 and Black (K on CMYK) = 0.41.

Color convert

RGB1501388-
CMYK00.910.410.41
HSL327.15º84.05%31.96%-
HSV(B)327.15º91.33%58.82%-
XYZ14.487.489.91-
YUV62.51142.39190.4-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 59.76%
GREEN value IS 13 (5.47% from 255) = 5.18%
BLUE value IS 88 (34.77% from 255) = 35.06%
R=59.76%
G=5.18%
B=35.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.41
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150138800.910.410.41327.1584.0531.96
Hex96D5805B29291475420
Octal226151300133515150712440
Binary1001011011011011000010110111010011010011010001111010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #960D58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #960D58; }

 p { color: rgb(150,13,88); }

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

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

 a { background-color: rgb(150,13,88); }

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

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

 span { border-color: rgb(150,13,88); }

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