#810F28

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

Shades of Burgundy #810F28

Tints of Burgundy #810F28

Color information

#810F28 (or 0x810F28) is unknown color: approx Burgundy. HEX triplet: 81, 0F and 28. RGB value is (129,15,40). Sum of RGB (Red+Green+Blue) = 129+15+40=184 (24% of max value = 765). Red value is 129 (50.78% from 255 or 70.11% from 184); Green value is 15 (6.25% from 255 or 8.15% from 184); Blue value is 40 (16.02% from 255 or 21.74% from 184); Max value from RGB is 129 - color contains mainly: red. Hex color #810F28 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #810F28 is #7EF0D7. Grayscale: #333333. Windows color (decimal): -8319192 or 2625409. OLE color: 2625409.

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

Color convert

RGB1291540-
CMYK00.880.690.49
HSL346.84º79.17%28.24%-
HSV(B)346.84º88.37%50.59%-
XYZ9.615.162.5-
YUV51.94121.27182.97-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 70.11%
GREEN value IS 15 (6.25% from 255) = 8.15%
BLUE value IS 40 (16.02% from 255) = 21.74%
R=70.11%
G=8.15%
B=21.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.69
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129154000.880.690.49346.8479.1728.24
Hex81F28058453115b4f1c
Octal201175001301056153311734
Binary100000011111101000010110001000101110001101011011100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #810F28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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