#96033E

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

Shades of Jazzberry Jam #96033E

Tints of Jazzberry Jam #96033E

Color information

#96033E (or 0x96033E) is unknown color: approx Jazzberry Jam. HEX triplet: 96, 03 and 3E. RGB value is (150,3,62). Sum of RGB (Red+Green+Blue) = 150+3+62=215 (28% of max value = 765). Red value is 150 (58.98% from 255 or 69.77% from 215); Green value is 3 (1.56% from 255 or 1.40% from 215); Blue value is 62 (24.61% from 255 or 28.84% from 215); Max value from RGB is 150 - color contains mainly: red. Hex color #96033E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #96033E is #69FCC1. Grayscale: #353535. Windows color (decimal): -6945986 or 4064150. OLE color: 4064150.

HSL color Cylindrical-coordinate representation of color #96033E: hue angle of 335.92º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #96033E is Cyan = 0, Magento = 0.98, Yellow = 0.59 and Black (K on CMYK) = 0.41.

Color convert

RGB150362-
CMYK00.980.590.41
HSL335.92º96.08%30%-
HSV(B)335.92º98%58.82%-
XYZ13.486.95.18-
YUV53.68132.7196.7-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 69.77%
GREEN value IS 3 (1.56% from 255) = 1.40%
BLUE value IS 62 (24.61% from 255) = 28.84%
R=69.77%
G=1.40%
B=28.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.59
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15036200.980.590.41335.9296.0830
Hex9633E0623B29150601e
Octal2263760142735152014036
Binary100101101111111001100010111011101001101010000110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96033E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,3,62); }

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

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

 a { background-color: rgb(150,3,62); }

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

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

 span { border-color: rgb(150,3,62); }

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