#810318

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

Shades of Burgundy #810318

Tints of Burgundy #810318

Color information

#810318 (or 0x810318) is unknown color: approx Burgundy. HEX triplet: 81, 03 and 18. RGB value is (129,3,24). Sum of RGB (Red+Green+Blue) = 129+3+24=156 (20% of max value = 765). Red value is 129 (50.78% from 255 or 82.69% from 156); Green value is 3 (1.56% from 255 or 1.92% from 156); Blue value is 24 (9.77% from 255 or 15.38% from 156); Max value from RGB is 129 - color contains mainly: red. Hex color #810318 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #810318 is #7EFCE7. Grayscale: #2B2B2B. Windows color (decimal): -8322280 or 1573761. OLE color: 1573761.

HSL color Cylindrical-coordinate representation of color #810318: hue angle of 350º 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 #810318 is Cyan = 0, Magento = 0.98, Yellow = 0.81 and Black (K on CMYK) = 0.49.

Color convert

RGB129324-
CMYK00.980.810.49
HSL350º95.45%25.88%-
HSV(B)350º97.67%50.59%-
XYZ9.254.81.3-
YUV43.07117.24189.29-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 82.69%
GREEN value IS 3 (1.56% from 255) = 1.92%
BLUE value IS 24 (9.77% from 255) = 15.38%
R=82.69%
G=1.92%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.81
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12932400.980.810.4935095.4525.88
Hex81318062513115e5f1a
Octal20133001421216153613732
Binary100000011111000011000101010001110001101011110101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #810318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #810318; }

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

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

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

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

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

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

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

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