#96054C

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

Shades of Jazzberry Jam #96054C

Tints of Jazzberry Jam #96054C

Color information

#96054C (or 0x96054C) is unknown color: approx Jazzberry Jam. HEX triplet: 96, 05 and 4C. RGB value is (150,5,76). Sum of RGB (Red+Green+Blue) = 150+5+76=231 (30% of max value = 765). Red value is 150 (58.98% from 255 or 64.94% from 231); Green value is 5 (2.34% from 255 or 2.16% from 231); Blue value is 76 (30.08% from 255 or 32.90% from 231); Max value from RGB is 150 - color contains mainly: red. Hex color #96054C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #96054C is #69FAB3. Grayscale: #383838. Windows color (decimal): -6945460 or 4982166. OLE color: 4982166.

HSL color Cylindrical-coordinate representation of color #96054C: hue angle of 330.62º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #96054C is Cyan = 0, Magento = 0.97, Yellow = 0.49 and Black (K on CMYK) = 0.41.

Color convert

RGB150576-
CMYK00.970.490.41
HSL330.62º93.55%30.39%-
HSV(B)330.62º96.67%58.82%-
XYZ13.947.117.48-
YUV56.45139.04194.73-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 64.94%
GREEN value IS 5 (2.34% from 255) = 2.16%
BLUE value IS 76 (30.08% from 255) = 32.90%
R=64.94%
G=2.16%
B=32.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.49
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15057600.970.490.41330.6293.5530.39
Hex9654C061312914b5e1e
Octal22651140141615151313636
Binary10010110101100110001100001110001101001101001011101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96054C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96054C; }

 p { color: rgb(150,5,76); }

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

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

 a { background-color: rgb(150,5,76); }

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

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

 span { border-color: rgb(150,5,76); }

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