#81000A

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

Shades of Sangria #81000A

Tints of Sangria #81000A

Color information

#81000A (or 0x81000A) is unknown color: approx Sangria. HEX triplet: 81, 00 and 0A. RGB value is (129,0,10). Sum of RGB (Red+Green+Blue) = 129+0+10=139 (18% of max value = 765). Red value is 129 (50.78% from 255 or 92.81% from 139); Green value is 0 (0.39% from 255 or 0% from 139); Blue value is 10 (4.30% from 255 or 7.19% from 139); Max value from RGB is 129 - color contains mainly: red. Hex color #81000A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #81000A is #7EFFF5. Grayscale: #272727. Windows color (decimal): -8323062 or 655489. OLE color: 655489.

HSL color Cylindrical-coordinate representation of color #81000A: hue angle of 355.35º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #81000A is Cyan = 0, Magento = 1, Yellow = 0.92 and Black (K on CMYK) = 0.49.

Color convert

RGB129010-
CMYK010.920.49
HSL355.35º100%25.29%-
HSV(B)355.35º100%50.59%-
XYZ9.114.690.71-
YUV39.71111.24191.69-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 92.81%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 10 (4.30% from 255) = 7.19%
R=92.81%
G=0%
B=7.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.92
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129010010.920.49355.3510025.29
Hex810A0645C311636419
Octal20101201441346154314431
Binary1000000101010011001001011100110001101100011110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81000A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81000A; }

 p { color: rgb(129,0,10); }

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

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

 a { background-color: rgb(129,0,10); }

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

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

 span { border-color: rgb(129,0,10); }

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