#81020B

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

Shades of Sangria #81020B

Tints of Sangria #81020B

Color information

#81020B (or 0x81020B) is unknown color: approx Sangria. HEX triplet: 81, 02 and 0B. RGB value is (129,2,11). Sum of RGB (Red+Green+Blue) = 129+2+11=142 (18% of max value = 765). Red value is 129 (50.78% from 255 or 90.85% from 142); Green value is 2 (1.17% from 255 or 1.41% from 142); Blue value is 11 (4.69% from 255 or 7.75% from 142); Max value from RGB is 129 - color contains mainly: red. Hex color #81020B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #81020B is #7EFDF4. Grayscale: #292929. Windows color (decimal): -8322549 or 721537. OLE color: 721537.

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

Color convert

RGB129211-
CMYK00.980.910.49
HSL355.75º96.95%25.69%-
HSV(B)355.75º98.45%50.59%-
XYZ9.144.730.75-
YUV41111.08190.77-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 90.85%
GREEN value IS 2 (1.17% from 255) = 1.41%
BLUE value IS 11 (4.69% from 255) = 7.75%
R=90.85%
G=1.41%
B=7.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.91
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12921100.980.910.49355.7596.9525.69
Hex812B0625B31164611a
Octal20121301421336154414132
Binary10000001101011011000101011011110001101100100110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81020B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81020B; }

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

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

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

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

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

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

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

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