#810812

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

Shades of Sangria #810812

Tints of Sangria #810812

Color information

#810812 (or 0x810812) is unknown color: approx Sangria. HEX triplet: 81, 08 and 12. RGB value is (129,8,18). Sum of RGB (Red+Green+Blue) = 129+8+18=155 (20% of max value = 765). Red value is 129 (50.78% from 255 or 83.23% from 155); Green value is 8 (3.52% from 255 or 5.16% from 155); Blue value is 18 (7.42% from 255 or 11.61% from 155); Max value from RGB is 129 - color contains mainly: red. Hex color #810812 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #810812 is #7EF7ED. Grayscale: #2D2D2D. Windows color (decimal): -8321006 or 1181825. OLE color: 1181825.

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

Color convert

RGB129818-
CMYK00.940.860.49
HSL355.04º88.32%26.86%-
HSV(B)355.04º93.8%50.59%-
XYZ9.254.881.03-
YUV45.32112.59187.69-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 83.23%
GREEN value IS 8 (3.52% from 255) = 5.16%
BLUE value IS 18 (7.42% from 255) = 11.61%
R=83.23%
G=5.16%
B=11.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.86
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12981800.940.860.49355.0488.3226.86
Hex8181205E5631163581b
Octal201102201361266154313033
Binary10000001100010010010111101010110110001101100011101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #810812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #810812; }

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

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

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

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

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

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

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

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