#96115D

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

Shades of Jazzberry Jam #96115D

Tints of Jazzberry Jam #96115D

Color information

#96115D (or 0x96115D) is unknown color: approx Jazzberry Jam. HEX triplet: 96, 11 and 5D. RGB value is (150,17,93). Sum of RGB (Red+Green+Blue) = 150+17+93=260 (34% of max value = 765). Red value is 150 (58.98% from 255 or 57.69% from 260); Green value is 17 (7.03% from 255 or 6.54% from 260); Blue value is 93 (36.72% from 255 or 35.77% from 260); Max value from RGB is 150 - color contains mainly: red. Hex color #96115D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96115D is #69EEA2. Grayscale: #414141. Windows color (decimal): -6942371 or 6099350. OLE color: 6099350.

HSL color Cylindrical-coordinate representation of color #96115D: hue angle of 325.71º 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 #96115D is Cyan = 0, Magento = 0.89, Yellow = 0.38 and Black (K on CMYK) = 0.41.

Color convert

RGB1501793-
CMYK00.890.380.41
HSL325.71º79.64%32.75%-
HSV(B)325.71º88.67%58.82%-
XYZ14.757.6811.06-
YUV65.43143.56188.32-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 57.69%
GREEN value IS 17 (7.03% from 255) = 6.54%
BLUE value IS 93 (36.72% from 255) = 35.77%
R=57.69%
G=6.54%
B=35.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.38
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150179300.890.380.41325.7179.6432.75
Hex96115D05926291465021
Octal226211350131465150612041
Binary10010110100011011101010110011001101010011010001101010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96115D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96115D; }

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

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

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

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

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

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

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

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