#810206

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

Shades of Sangria #810206

Tints of Sangria #810206

Color information

#810206 (or 0x810206) is unknown color: approx Sangria. HEX triplet: 81, 02 and 06. RGB value is (129,2,6). Sum of RGB (Red+Green+Blue) = 129+2+6=137 (18% of max value = 765). Red value is 129 (50.78% from 255 or 94.16% from 137); Green value is 2 (1.17% from 255 or 1.46% from 137); Blue value is 6 (2.73% from 255 or 4.38% from 137); Max value from RGB is 129 - color contains mainly: red. Hex color #810206 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #810206 is #7EFDF9. Grayscale: #282828. Windows color (decimal): -8322554 or 393857. OLE color: 393857.

HSL color Cylindrical-coordinate representation of color #810206: hue angle of 358.11º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #810206 is Cyan = 0, Magento = 0.98, Yellow = 0.95 and Black (K on CMYK) = 0.49.

Color convert

RGB12926-
CMYK00.980.950.49
HSL358.11º96.95%25.69%-
HSV(B)358.11º98.45%50.59%-
XYZ9.114.720.6-
YUV40.43108.58191.17-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 94.16%
GREEN value IS 2 (1.17% from 255) = 1.46%
BLUE value IS 6 (2.73% from 255) = 4.38%
R=94.16%
G=1.46%
B=4.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.95
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1292600.980.950.49358.1196.9525.69
Hex81260625F31166611a
Octal2012601421376154614132
Binary1000000110110011000101011111110001101100110110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #810206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #810206; }

 p { color: rgb(129,2,6); }

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

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

 a { background-color: rgb(129,2,6); }

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

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

 span { border-color: rgb(129,2,6); }

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