#810204

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

Shades of Sangria #810204

Tints of Sangria #810204

Color information

#810204 (or 0x810204) is unknown color: approx Sangria. HEX triplet: 81, 02 and 04. RGB value is (129,2,4). Sum of RGB (Red+Green+Blue) = 129+2+4=135 (17% of max value = 765). Red value is 129 (50.78% from 255 or 95.56% from 135); Green value is 2 (1.17% from 255 or 1.48% from 135); Blue value is 4 (1.95% from 255 or 2.96% from 135); Max value from RGB is 129 - color contains mainly: red. Hex color #810204 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #810204 is #7EFDFB. Grayscale: #282828. Windows color (decimal): -8322556 or 262785. OLE color: 262785.

HSL color Cylindrical-coordinate representation of color #810204: hue angle of 359.06º 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 #810204 is Cyan = 0, Magento = 0.98, Yellow = 0.97 and Black (K on CMYK) = 0.49.

Color convert

RGB12924-
CMYK00.980.970.49
HSL359.06º96.95%25.69%-
HSV(B)359.06º98.45%50.59%-
XYZ9.14.720.55-
YUV40.2107.58191.34-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 95.56%
GREEN value IS 2 (1.17% from 255) = 1.48%
BLUE value IS 4 (1.95% from 255) = 2.96%
R=95.56%
G=1.48%
B=2.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.97
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1292400.980.970.49359.0696.9525.69
Hex81240626131167611a
Octal2012401421416154714132
Binary1000000110100011000101100001110001101100111110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #810204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #810204; }

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

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

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

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

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

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

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

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