#960B55

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

Shades of Jazzberry Jam #960B55

Tints of Jazzberry Jam #960B55

Color information

#960B55 (or 0x960B55) is unknown color: approx Jazzberry Jam. HEX triplet: 96, 0B and 55. RGB value is (150,11,85). Sum of RGB (Red+Green+Blue) = 150+11+85=246 (32% of max value = 765). Red value is 150 (58.98% from 255 or 60.98% from 246); Green value is 11 (4.69% from 255 or 4.47% from 246); Blue value is 85 (33.59% from 255 or 34.55% from 246); Max value from RGB is 150 - color contains mainly: red. Hex color #960B55 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #960B55 is #69F4AA. Grayscale: #3C3C3C. Windows color (decimal): -6943915 or 5573526. OLE color: 5573526.

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

Color convert

RGB1501185-
CMYK00.930.430.41
HSL328.06º86.34%31.57%-
HSV(B)328.06º92.67%58.82%-
XYZ14.347.389.26-
YUV61141.55191.48-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 60.98%
GREEN value IS 11 (4.69% from 255) = 4.47%
BLUE value IS 85 (33.59% from 255) = 34.55%
R=60.98%
G=4.47%
B=34.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.43
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150118500.930.430.41328.0686.3431.57
Hex96B5505D2B291485620
Octal226131250135535151012640
Binary1001011010111010101010111011010111010011010010001010110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #960B55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,11,85); }

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

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

 a { background-color: rgb(150,11,85); }

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

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

 span { border-color: rgb(150,11,85); }

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