#961151

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

Shades of Jazzberry Jam #961151

Tints of Jazzberry Jam #961151

Color information

#961151 (or 0x961151) is unknown color: approx Jazzberry Jam. HEX triplet: 96, 11 and 51. RGB value is (150,17,81). Sum of RGB (Red+Green+Blue) = 150+17+81=248 (32% of max value = 765). Red value is 150 (58.98% from 255 or 60.48% from 248); Green value is 17 (7.03% from 255 or 6.85% from 248); Blue value is 81 (32.03% from 255 or 32.66% from 248); Max value from RGB is 150 - color contains mainly: red. Hex color #961151 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #961151 is #69EEAE. Grayscale: #3F3F3F. Windows color (decimal): -6942383 or 5312918. OLE color: 5312918.

HSL color Cylindrical-coordinate representation of color #961151: hue angle of 331.13º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #961151 is Cyan = 0, Magento = 0.89, Yellow = 0.46 and Black (K on CMYK) = 0.41.

Color convert

RGB1501781-
CMYK00.890.460.41
HSL331.13º79.64%32.75%-
HSV(B)331.13º88.67%58.82%-
XYZ14.267.488.48-
YUV64.06137.56189.3-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 60.48%
GREEN value IS 17 (7.03% from 255) = 6.85%
BLUE value IS 81 (32.03% from 255) = 32.66%
R=60.48%
G=6.85%
B=32.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.46
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150178100.890.460.41331.1379.6432.75
Hex9611510592E2914b5021
Octal226211210131565151312041
Binary10010110100011010001010110011011101010011010010111010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #961151; }

 p { color: rgb(150,17,81); }

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

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

 a { background-color: rgb(150,17,81); }

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

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

 span { border-color: rgb(150,17,81); }

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