#810A1B

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

Shades of Burgundy #810A1B

Tints of Burgundy #810A1B

Color information

#810A1B (or 0x810A1B) is unknown color: approx Burgundy. HEX triplet: 81, 0A and 1B. RGB value is (129,10,27). Sum of RGB (Red+Green+Blue) = 129+10+27=166 (21% of max value = 765). Red value is 129 (50.78% from 255 or 77.71% from 166); Green value is 10 (4.30% from 255 or 6.02% from 166); Blue value is 27 (10.94% from 255 or 16.27% from 166); Max value from RGB is 129 - color contains mainly: red. Hex color #810A1B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #810A1B is #7EF5E4. Grayscale: #2F2F2F. Windows color (decimal): -8320485 or 1772161. OLE color: 1772161.

HSL color Cylindrical-coordinate representation of color #810A1B: hue angle of 351.43º degrees, saturation: 0.86, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #810A1B is Cyan = 0, Magento = 0.92, Yellow = 0.79 and Black (K on CMYK) = 0.49.

Color convert

RGB1291027-
CMYK00.920.790.49
HSL351.43º85.61%27.25%-
HSV(B)351.43º92.25%50.59%-
XYZ9.364.961.5-
YUV47.52116.42186.12-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 77.71%
GREEN value IS 10 (4.30% from 255) = 6.02%
BLUE value IS 27 (10.94% from 255) = 16.27%
R=77.71%
G=6.02%
B=16.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.79
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129102700.920.790.49351.4385.6127.25
Hex81A1B05C4F3115f561b
Octal201123301341176153712633
Binary10000001101011011010111001001111110001101011111101011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #810A1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #810A1B; }

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

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

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

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

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

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

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

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