#810F1F

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

Shades of Burgundy #810F1F

Tints of Burgundy #810F1F

Color information

#810F1F (or 0x810F1F) is unknown color: approx Burgundy. HEX triplet: 81, 0F and 1F. RGB value is (129,15,31). Sum of RGB (Red+Green+Blue) = 129+15+31=175 (23% of max value = 765). Red value is 129 (50.78% from 255 or 73.71% from 175); Green value is 15 (6.25% from 255 or 8.57% from 175); Blue value is 31 (12.5% from 255 or 17.71% from 175); Max value from RGB is 129 - color contains mainly: red. Hex color #810F1F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #810F1F is #7EF0E0. Grayscale: #323232. Windows color (decimal): -8319201 or 2035585. OLE color: 2035585.

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

Color convert

RGB1291531-
CMYK00.880.760.49
HSL351.58º79.17%28.24%-
HSV(B)351.58º88.37%50.59%-
XYZ9.475.111.78-
YUV50.91116.77183.7-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 73.71%
GREEN value IS 15 (6.25% from 255) = 8.57%
BLUE value IS 31 (12.5% from 255) = 17.71%
R=73.71%
G=8.57%
B=17.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.76
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129153100.880.760.49351.5879.1728.24
Hex81F1F0584C311604f1c
Octal201173701301146154011734
Binary10000001111111111010110001001100110001101100000100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #810F1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,15,31); }

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

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

 a { background-color: rgb(129,15,31); }

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

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

 span { border-color: rgb(129,15,31); }

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