Html Css Color HEX #810E20 Burgundy

📋 copy color: '#810E20'

red 129 ◦ green 14 ◦ blue 32

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

Shades of Burgundy #810E20

Tints of Burgundy #810E20

RGB

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

 GREEN value IS 14 (5.86% from 255) = 8%

 BLUE value IS 32 (12.89% from 255) = 18.29%

R = 73.71%
G = 8%
B = 18.29%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.75

 K value IS 0.49

RGB Variations

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

Color information

#810E20 (or 0x810E20) is known color: Burgundy. HEX triplet: 81, 0E and 20. RGB value is (129,14,32). Sum of RGB (Red+Green+Blue) = 129+14+32=175 (23% of max value = 765). Red value is 129 (50.78% from 255 or 73.71% from 175); Green value is 14 (5.86% from 255 or 8% from 175); Blue value is 32 (12.89% from 255 or 18.29% from 175); Max value from RGB is 129 - color contains mainly: red. Hex color #810E20 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #810E20 is #7EF1DF. Grayscale: #323232. Windows color (decimal): -8319456 or 2100865. OLE color: 2100865.

HSL color Cylindrical-coordinate representation of color #810E20: hue angle of 350.61º degrees, saturation: 0.8, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #810E20 is Cyan = 0, Magento = 0.89, Yellow = 0.75 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 14 32 -
CMYK 0 0.89 0.75 0.49
HSL 350.61º 0.8% 0.28% -
HSV(B) 350.61º 0.89% 0.51% -
XYZ 9.47 5.09 1.85 -
YUV 50.44 117.6 184.04 -
System Red Green Blue C M Y K H S L
Decimal 129 14 32 0 0.89 0.75 0.49 350.61 0.8 0.28
Hex 81 E 20 0 59 4B 31 15F 50 1C
Octal 201 16 40 0 131 113 61 537 120 34
Binary 10000001 1110 100000 0 1011001 1001011 110001 101011111 1010000 11100

Color Harmonies of #810E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #810E20

Black with #810E20

Text Example


Text Example

White with #810E20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,14,32); }

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

background-color css

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

 a { background-color: rgb(129,14,32); }

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

border-color css

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

 span { border-color: rgb(129,14,32); }

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