#96033F

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

Shades of Jazzberry Jam #96033F

Tints of Jazzberry Jam #96033F

Color information

#96033F (or 0x96033F) is unknown color: approx Jazzberry Jam. HEX triplet: 96, 03 and 3F. RGB value is (150,3,63). Sum of RGB (Red+Green+Blue) = 150+3+63=216 (28% of max value = 765). Red value is 150 (58.98% from 255 or 69.44% from 216); Green value is 3 (1.56% from 255 or 1.39% from 216); Blue value is 63 (25% from 255 or 29.17% from 216); Max value from RGB is 150 - color contains mainly: red. Hex color #96033F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #96033F is #69FCC0. Grayscale: #353535. Windows color (decimal): -6945985 or 4129686. OLE color: 4129686.

HSL color Cylindrical-coordinate representation of color #96033F: hue angle of 335.51º 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 #96033F is Cyan = 0, Magento = 0.98, Yellow = 0.58 and Black (K on CMYK) = 0.41.

Color convert

RGB150363-
CMYK00.980.580.41
HSL335.51º96.08%30%-
HSV(B)335.51º98%58.82%-
XYZ13.516.915.32-
YUV53.79133.2196.62-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 69.44%
GREEN value IS 3 (1.56% from 255) = 1.39%
BLUE value IS 63 (25% from 255) = 29.17%
R=69.44%
G=1.39%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.58
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15036300.980.580.41335.5196.0830
Hex9633F0623A29150601e
Octal2263770142725152014036
Binary100101101111111101100010111010101001101010000110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96033F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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