Html Css Color HEX #810518 Burgundy

📋 copy color: '#810518'

red 129 ◦ green 5 ◦ blue 24

#810518
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Burgundy #810518

Tints of Burgundy #810518

RGB

 RED value IS 129 (50.78% from 255) = 81.65%

 GREEN value IS 5 (2.34% from 255) = 3.16%

 BLUE value IS 24 (9.77% from 255) = 15.19%

R = 81.65%
G = 3.16%
B = 15.19%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.81

 K value IS 0.49

RGB Variations

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

Color information

#810518 (or 0x810518) is known color: Burgundy. HEX triplet: 81, 05 and 18. RGB value is (129,5,24). Sum of RGB (Red+Green+Blue) = 129+5+24=158 (20% of max value = 765). Red value is 129 (50.78% from 255 or 81.65% from 158); Green value is 5 (2.34% from 255 or 3.16% from 158); Blue value is 24 (9.77% from 255 or 15.19% from 158); Max value from RGB is 129 - color contains mainly: red. Hex color #810518 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #810518 is #7EFAE7. Grayscale: #2C2C2C. Windows color (decimal): -8321768 or 1574273. OLE color: 1574273.

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

Color convert

RGB 129 5 24 -
CMYK 0 0.96 0.81 0.49
HSL 350.81º 0.93% 0.26% -
HSV(B) 350.81º 0.96% 0.51% -
XYZ 9.27 4.84 1.31 -
YUV 44.24 116.58 188.46 -
System Red Green Blue C M Y K H S L
Decimal 129 5 24 0 0.96 0.81 0.49 350.81 0.93 0.26
Hex 81 5 18 0 60 51 31 15F 5D 1A
Octal 201 5 30 0 140 121 61 537 135 32
Binary 10000001 101 11000 0 1100000 1010001 110001 101011111 1011101 11010

Color Harmonies of #810518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #810518

Black with #810518

Text Example


Text Example

White with #810518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #810518; }

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

 H1.HeaderClassName
 {
   color: #810518;
 }
 .AnyTagClassName
 {
   color: #810518;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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