#810315

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

Shades of Burgundy #810315

Tints of Burgundy #810315

Color information

#810315 (or 0x810315) is unknown color: approx Burgundy. HEX triplet: 81, 03 and 15. RGB value is (129,3,21). Sum of RGB (Red+Green+Blue) = 129+3+21=153 (20% of max value = 765). Red value is 129 (50.78% from 255 or 84.31% from 153); Green value is 3 (1.56% from 255 or 1.96% from 153); Blue value is 21 (8.59% from 255 or 13.73% from 153); Max value from RGB is 129 - color contains mainly: red. Hex color #810315 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #810315 is #7EFCEA. Grayscale: #2A2A2A. Windows color (decimal): -8322283 or 1377153. OLE color: 1377153.

HSL color Cylindrical-coordinate representation of color #810315: hue angle of 351.43º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #810315 is Cyan = 0, Magento = 0.98, Yellow = 0.84 and Black (K on CMYK) = 0.49.

Color convert

RGB129321-
CMYK00.980.840.49
HSL351.43º95.45%25.88%-
HSV(B)351.43º97.67%50.59%-
XYZ9.224.791.15-
YUV42.73115.74189.54-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 84.31%
GREEN value IS 3 (1.56% from 255) = 1.96%
BLUE value IS 21 (8.59% from 255) = 13.73%
R=84.31%
G=1.96%
B=13.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.84
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12932100.980.840.49351.4395.4525.88
Hex81315062543115f5f1a
Octal20132501421246153713732
Binary100000011110101011000101010100110001101011111101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #810315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #810315; }

 p { color: rgb(129,3,21); }

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

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

 a { background-color: rgb(129,3,21); }

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

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

 span { border-color: rgb(129,3,21); }

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