#811113

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

Shades of Sangria #811113

Tints of Sangria #811113

Color information

#811113 (or 0x811113) is unknown color: approx Sangria. HEX triplet: 81, 11 and 13. RGB value is (129,17,19). Sum of RGB (Red+Green+Blue) = 129+17+19=165 (21% of max value = 765). Red value is 129 (50.78% from 255 or 78.18% from 165); Green value is 17 (7.03% from 255 or 10.30% from 165); Blue value is 19 (7.81% from 255 or 11.52% from 165); Max value from RGB is 129 - color contains mainly: red. Hex color #811113 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #811113 is #7EEEEC. Grayscale: #323232. Windows color (decimal): -8318701 or 1249665. OLE color: 1249665.

HSL color Cylindrical-coordinate representation of color #811113: hue angle of 358.93º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #811113 is Cyan = 0, Magento = 0.87, Yellow = 0.85 and Black (K on CMYK) = 0.49.

Color convert

RGB1291719-
CMYK00.870.850.49
HSL358.93º76.71%28.63%-
HSV(B)358.93º86.82%50.59%-
XYZ9.375.121.11-
YUV50.72110.11183.84-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 78.18%
GREEN value IS 17 (7.03% from 255) = 10.30%
BLUE value IS 19 (7.81% from 255) = 11.52%
R=78.18%
G=10.30%
B=11.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.85
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129171900.870.850.49358.9376.7128.63
Hex81111305755311674d1d
Octal201212301271256154711535
Binary100000011000110011010101111010101110001101100111100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #811113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #811113; }

 p { color: rgb(129,17,19); }

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

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

 a { background-color: rgb(129,17,19); }

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

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

 span { border-color: rgb(129,17,19); }

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