#96185A

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

Shades of Jazzberry Jam #96185A

Tints of Jazzberry Jam #96185A

Color information

#96185A (or 0x96185A) is unknown color: approx Jazzberry Jam. HEX triplet: 96, 18 and 5A. RGB value is (150,24,90). Sum of RGB (Red+Green+Blue) = 150+24+90=264 (34% of max value = 765). Red value is 150 (58.98% from 255 or 56.82% from 264); Green value is 24 (9.77% from 255 or 9.09% from 264); Blue value is 90 (35.55% from 255 or 34.09% from 264); Max value from RGB is 150 - color contains mainly: red. Hex color #96185A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96185A is #69E7A5. Grayscale: #454545. Windows color (decimal): -6940582 or 5904534. OLE color: 5904534.

HSL color Cylindrical-coordinate representation of color #96185A: hue angle of 328.57º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #96185A is Cyan = 0, Magento = 0.84, Yellow = 0.4 and Black (K on CMYK) = 0.41.

Color convert

RGB1502490-
CMYK00.840.40.41
HSL328.57º72.41%34.12%-
HSV(B)328.57º84%58.82%-
XYZ14.757.8810.42-
YUV69.2139.74185.63-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 56.82%
GREEN value IS 24 (9.77% from 255) = 9.09%
BLUE value IS 90 (35.55% from 255) = 34.09%
R=56.82%
G=9.09%
B=34.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.4
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150249000.840.40.41328.5772.4134.12
Hex96185A05428291494822
Octal226301320124505151111042
Binary10010110110001011010010101001010001010011010010011001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96185A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96185A; }

 p { color: rgb(150,24,90); }

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

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

 a { background-color: rgb(150,24,90); }

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

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

 span { border-color: rgb(150,24,90); }

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