#96044E

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

Shades of Jazzberry Jam #96044E

Tints of Jazzberry Jam #96044E

Color information

#96044E (or 0x96044E) is unknown color: approx Jazzberry Jam. HEX triplet: 96, 04 and 4E. RGB value is (150,4,78). Sum of RGB (Red+Green+Blue) = 150+4+78=232 (30% of max value = 765). Red value is 150 (58.98% from 255 or 64.66% from 232); Green value is 4 (1.95% from 255 or 1.72% from 232); Blue value is 78 (30.86% from 255 or 33.62% from 232); Max value from RGB is 150 - color contains mainly: red. Hex color #96044E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96044E is #69FBB1. Grayscale: #373737. Windows color (decimal): -6945714 or 5112982. OLE color: 5112982.

HSL color Cylindrical-coordinate representation of color #96044E: hue angle of 329.59º degrees, saturation: 0.95, 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 #96044E is Cyan = 0, Magento = 0.97, Yellow = 0.48 and Black (K on CMYK) = 0.41.

Color convert

RGB150478-
CMYK00.970.480.41
HSL329.59º94.81%30.2%-
HSV(B)329.59º97.33%58.82%-
XYZ147.127.84-
YUV56.09140.37194.98-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 64.66%
GREEN value IS 4 (1.95% from 255) = 1.72%
BLUE value IS 78 (30.86% from 255) = 33.62%
R=64.66%
G=1.72%
B=33.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.48
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15047800.970.480.41329.5994.8130.2
Hex9644E061302914a5f1e
Octal22641160141605151213736
Binary10010110100100111001100001110000101001101001010101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96044E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96044E; }

 p { color: rgb(150,4,78); }

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

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

 a { background-color: rgb(150,4,78); }

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

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

 span { border-color: rgb(150,4,78); }

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