#96020E

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

Shades of Sangria #96020E

Tints of Sangria #96020E

Color information

#96020E (or 0x96020E) is unknown color: approx Sangria. HEX triplet: 96, 02 and 0E. RGB value is (150,2,14). Sum of RGB (Red+Green+Blue) = 150+2+14=166 (21% of max value = 765). Red value is 150 (58.98% from 255 or 90.36% from 166); Green value is 2 (1.17% from 255 or 1.20% from 166); Blue value is 14 (5.86% from 255 or 8.43% from 166); Max value from RGB is 150 - color contains mainly: red. Hex color #96020E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #96020E is #69FDF1. Grayscale: #2F2F2F. Windows color (decimal): -6946290 or 918166. OLE color: 918166.

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

Color convert

RGB150214-
CMYK00.990.910.41
HSL355.14º97.37%29.8%-
HSV(B)355.14º98.67%58.82%-
XYZ12.686.561.01-
YUV47.62109.03201.02-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 90.36%
GREEN value IS 2 (1.17% from 255) = 1.20%
BLUE value IS 14 (5.86% from 255) = 8.43%
R=90.36%
G=1.20%
B=8.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.91
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15021400.990.910.41355.1497.3729.8
Hex962E0635B29163611e
Octal22621601431335154314136
Binary10010110101110011000111011011101001101100011110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96020E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,2,14); }

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

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

 a { background-color: rgb(150,2,14); }

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

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

 span { border-color: rgb(150,2,14); }

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