#810D30

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

Shades of Burgundy #810D30

Tints of Burgundy #810D30

Color information

#810D30 (or 0x810D30) is unknown color: approx Burgundy. HEX triplet: 81, 0D and 30. RGB value is (129,13,48). Sum of RGB (Red+Green+Blue) = 129+13+48=190 (25% of max value = 765). Red value is 129 (50.78% from 255 or 67.89% from 190); Green value is 13 (5.47% from 255 or 6.84% from 190); Blue value is 48 (19.14% from 255 or 25.26% from 190); Max value from RGB is 129 - color contains mainly: red. Hex color #810D30 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #810D30 is #7EF2CF. Grayscale: #333333. Windows color (decimal): -8319696 or 3149185. OLE color: 3149185.

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

Color convert

RGB1291348-
CMYK00.900.630.49
HSL341.9º81.69%27.84%-
HSV(B)341.9º89.92%50.59%-
XYZ9.735.173.28-
YUV51.67125.93183.15-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 67.89%
GREEN value IS 13 (5.47% from 255) = 6.84%
BLUE value IS 48 (19.14% from 255) = 25.26%
R=67.89%
G=6.84%
B=25.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.63
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129134800.900.630.49341.981.6927.84
Hex81D3005A3F31156521c
Octal20115600132776152612234
Binary10000001110111000001011010111111110001101010110101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #810D30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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