#81020D

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

Shades of Sangria #81020D

Tints of Sangria #81020D

Color information

#81020D (or 0x81020D) is unknown color: approx Sangria. HEX triplet: 81, 02 and 0D. RGB value is (129,2,13). Sum of RGB (Red+Green+Blue) = 129+2+13=144 (19% of max value = 765). Red value is 129 (50.78% from 255 or 89.58% from 144); Green value is 2 (1.17% from 255 or 1.39% from 144); Blue value is 13 (5.47% from 255 or 9.03% from 144); Max value from RGB is 129 - color contains mainly: red. Hex color #81020D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #81020D is #7EFDF2. Grayscale: #292929. Windows color (decimal): -8322547 or 852609. OLE color: 852609.

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

Color convert

RGB129213-
CMYK00.980.900.49
HSL354.8º96.95%25.69%-
HSV(B)354.8º98.45%50.59%-
XYZ9.154.740.81-
YUV41.23112.08190.61-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 89.58%
GREEN value IS 2 (1.17% from 255) = 1.39%
BLUE value IS 13 (5.47% from 255) = 9.03%
R=89.58%
G=1.39%
B=9.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.90
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12921300.980.900.49354.896.9525.69
Hex812D0625A31163611a
Octal20121501421326154314132
Binary10000001101101011000101011010110001101100011110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81020D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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