#800E12

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

Shades of Sangria #800E12

Tints of Sangria #800E12

Color information

#800E12 (or 0x800E12) is unknown color: approx Sangria. HEX triplet: 80, 0E and 12. RGB value is (128,14,18). Sum of RGB (Red+Green+Blue) = 128+14+18=160 (21% of max value = 765). Red value is 128 (50.39% from 255 or 80% from 160); Green value is 14 (5.86% from 255 or 8.75% from 160); Blue value is 18 (7.42% from 255 or 11.25% from 160); Max value from RGB is 128 - color contains mainly: red. Hex color #800E12 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #800E12 is #7FF1ED. Grayscale: #303030. Windows color (decimal): -8385006 or 1183360. OLE color: 1183360.

HSL color Cylindrical-coordinate representation of color #800E12: hue angle of 357.89º degrees, saturation: 0.8, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #800E12 is Cyan = 0, Magento = 0.89, Yellow = 0.86 and Black (K on CMYK) = 0.50.

Color convert

RGB1281418-
CMYK00.890.860.50
HSL357.89º80.28%27.84%-
HSV(B)357.89º89.06%50.2%-
XYZ9.174.951.04-
YUV48.54110.77184.67-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 80%
GREEN value IS 14 (5.86% from 255) = 8.75%
BLUE value IS 18 (7.42% from 255) = 11.25%
R=80%
G=8.75%
B=11.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.86
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128141800.890.860.50357.8980.2827.84
Hex80E120595632166501c
Octal200162201311266254612034
Binary10000000111010010010110011010110110010101100110101000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #800E12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #800E12; }

 p { color: rgb(128,14,18); }

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

<style>
 a { background-color: #800E12; }

 a { background-color: rgb(128,14,18); }

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

<style>
 span { border-color: #800E12; }

 span { border-color: rgb(128,14,18); }

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