#810A2E

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

Shades of Burgundy #810A2E

Tints of Burgundy #810A2E

Color information

#810A2E (or 0x810A2E) is unknown color: approx Burgundy. HEX triplet: 81, 0A and 2E. RGB value is (129,10,46). Sum of RGB (Red+Green+Blue) = 129+10+46=185 (24% of max value = 765). Red value is 129 (50.78% from 255 or 69.73% from 185); Green value is 10 (4.30% from 255 or 5.41% from 185); Blue value is 46 (18.36% from 255 or 24.86% from 185); Max value from RGB is 129 - color contains mainly: red. Hex color #810A2E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #810A2E is #7EF5D1. Grayscale: #313131. Windows color (decimal): -8320466 or 3017345. OLE color: 3017345.

HSL color Cylindrical-coordinate representation of color #810A2E: hue angle of 341.85º 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 #810A2E is Cyan = 0, Magento = 0.92, Yellow = 0.64 and Black (K on CMYK) = 0.49.

Color convert

RGB1291046-
CMYK00.920.640.49
HSL341.85º85.61%27.25%-
HSV(B)341.85º92.25%50.59%-
XYZ9.655.083.06-
YUV49.68125.92184.57-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 69.73%
GREEN value IS 10 (4.30% from 255) = 5.41%
BLUE value IS 46 (18.36% from 255) = 24.86%
R=69.73%
G=5.41%
B=24.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.64
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129104600.920.640.49341.8585.6127.25
Hex81A2E05C4031156561b
Octal201125601341006152612633
Binary100000011010101110010111001000000110001101010110101011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #810A2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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