#811012

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

Shades of Sangria #811012

Tints of Sangria #811012

Color information

#811012 (or 0x811012) is unknown color: approx Sangria. HEX triplet: 81, 10 and 12. RGB value is (129,16,18). Sum of RGB (Red+Green+Blue) = 129+16+18=163 (21% of max value = 765). Red value is 129 (50.78% from 255 or 79.14% from 163); Green value is 16 (6.64% from 255 or 9.82% from 163); Blue value is 18 (7.42% from 255 or 11.04% from 163); Max value from RGB is 129 - color contains mainly: red. Hex color #811012 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #811012 is #7EEFED. Grayscale: #323232. Windows color (decimal): -8318958 or 1183873. OLE color: 1183873.

HSL color Cylindrical-coordinate representation of color #811012: hue angle of 358.94º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #811012 is Cyan = 0, Magento = 0.88, Yellow = 0.86 and Black (K on CMYK) = 0.49.

Color convert

RGB1291618-
CMYK00.880.860.49
HSL358.94º77.93%28.43%-
HSV(B)358.94º87.6%50.59%-
XYZ9.355.081.06-
YUV50.01109.94184.34-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 79.14%
GREEN value IS 16 (6.64% from 255) = 9.82%
BLUE value IS 18 (7.42% from 255) = 11.04%
R=79.14%
G=9.82%
B=11.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.86
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129161800.880.860.49358.9477.9328.43
Hex81101205856311674e1c
Octal201202201301266154711634
Binary100000011000010010010110001010110110001101100111100111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #811012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #811012; }

 p { color: rgb(129,16,18); }

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

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

 a { background-color: rgb(129,16,18); }

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

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

 span { border-color: rgb(129,16,18); }

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