#810D2D

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

Shades of Burgundy #810D2D

Tints of Burgundy #810D2D

Color information

#810D2D (or 0x810D2D) is unknown color: approx Burgundy. HEX triplet: 81, 0D and 2D. RGB value is (129,13,45). Sum of RGB (Red+Green+Blue) = 129+13+45=187 (24% of max value = 765). Red value is 129 (50.78% from 255 or 68.98% from 187); Green value is 13 (5.47% from 255 or 6.95% from 187); Blue value is 45 (17.97% from 255 or 24.06% from 187); Max value from RGB is 129 - color contains mainly: red. Hex color #810D2D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #810D2D is #7EF2D2. Grayscale: #333333. Windows color (decimal): -8319699 or 2952577. OLE color: 2952577.

HSL color Cylindrical-coordinate representation of color #810D2D: hue angle of 343.45º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #810D2D is Cyan = 0, Magento = 0.90, Yellow = 0.65 and Black (K on CMYK) = 0.49.

Color convert

RGB1291345-
CMYK00.900.650.49
HSL343.45º81.69%27.84%-
HSV(B)343.45º89.92%50.59%-
XYZ9.675.142.97-
YUV51.33124.43183.4-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 68.98%
GREEN value IS 13 (5.47% from 255) = 6.95%
BLUE value IS 45 (17.97% from 255) = 24.06%
R=68.98%
G=6.95%
B=24.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.65
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129134500.900.650.49343.4581.6927.84
Hex81D2D05A4131157521c
Octal201155501321016152712234
Binary100000011101101101010110101000001110001101010111101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #810D2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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