#810B27

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

Shades of Burgundy #810B27

Tints of Burgundy #810B27

Color information

#810B27 (or 0x810B27) is unknown color: approx Burgundy. HEX triplet: 81, 0B and 27. RGB value is (129,11,39). Sum of RGB (Red+Green+Blue) = 129+11+39=179 (23% of max value = 765). Red value is 129 (50.78% from 255 or 72.07% from 179); Green value is 11 (4.69% from 255 or 6.15% from 179); Blue value is 39 (15.62% from 255 or 21.79% from 179); Max value from RGB is 129 - color contains mainly: red. Hex color #810B27 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #810B27 is #7EF4D8. Grayscale: #313131. Windows color (decimal): -8320217 or 2558849. OLE color: 2558849.

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

Color convert

RGB1291139-
CMYK00.910.700.49
HSL345.76º84.29%27.45%-
HSV(B)345.76º91.47%50.59%-
XYZ9.545.052.39-
YUV49.47122.09184.72-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 72.07%
GREEN value IS 11 (4.69% from 255) = 6.15%
BLUE value IS 39 (15.62% from 255) = 21.79%
R=72.07%
G=6.15%
B=21.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.70
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129113900.910.700.49345.7684.2927.45
Hex81B2705B463115a541b
Octal201134701331066153212433
Binary100000011011100111010110111000110110001101011010101010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #810B27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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