#810B39

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

Shades of Burgundy #810B39

Tints of Burgundy #810B39

Color information

#810B39 (or 0x810B39) is unknown color: approx Burgundy. HEX triplet: 81, 0B and 39. RGB value is (129,11,57). Sum of RGB (Red+Green+Blue) = 129+11+57=197 (26% of max value = 765). Red value is 129 (50.78% from 255 or 65.48% from 197); Green value is 11 (4.69% from 255 or 5.58% from 197); Blue value is 57 (22.66% from 255 or 28.93% from 197); Max value from RGB is 129 - color contains mainly: red. Hex color #810B39 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #810B39 is #7EF4C6. Grayscale: #333333. Windows color (decimal): -8320199 or 3738497. OLE color: 3738497.

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

Color convert

RGB1291157-
CMYK00.910.560.49
HSL336.61º84.29%27.45%-
HSV(B)336.61º91.47%50.59%-
XYZ9.915.24.35-
YUV51.53131.09183.26-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 65.48%
GREEN value IS 11 (4.69% from 255) = 5.58%
BLUE value IS 57 (22.66% from 255) = 28.93%
R=65.48%
G=5.58%
B=28.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.56
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129115700.910.560.49336.6184.2927.45
Hex81B3905B3831151541b
Octal20113710133706152112433
Binary10000001101111100101011011111000110001101010001101010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #810B39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,11,57); }

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

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

 a { background-color: rgb(129,11,57); }

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

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

 span { border-color: rgb(129,11,57); }

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