#801112

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

Shades of Sangria #801112

Tints of Sangria #801112

Color information

#801112 (or 0x801112) is unknown color: approx Sangria. HEX triplet: 80, 11 and 12. RGB value is (128,17,18). Sum of RGB (Red+Green+Blue) = 128+17+18=163 (21% of max value = 765). Red value is 128 (50.39% from 255 or 78.53% from 163); Green value is 17 (7.03% from 255 or 10.43% from 163); Blue value is 18 (7.42% from 255 or 11.04% from 163); Max value from RGB is 128 - color contains mainly: red. Hex color #801112 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #801112 is #7FEEED. Grayscale: #323232. Windows color (decimal): -8384238 or 1184128. OLE color: 1184128.

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

Color convert

RGB1281718-
CMYK00.870.860.50
HSL359.46º76.55%28.43%-
HSV(B)359.46º86.72%50.2%-
XYZ9.215.031.06-
YUV50.3109.77183.42-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 78.53%
GREEN value IS 17 (7.03% from 255) = 10.43%
BLUE value IS 18 (7.42% from 255) = 11.04%
R=78.53%
G=10.43%
B=11.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.86
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128171800.870.860.50359.4676.5528.43
Hex80111205756321674d1c
Octal200212201271266254711534
Binary100000001000110010010101111010110110010101100111100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #801112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #801112; }

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

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

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

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

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

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

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

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