Html Css Color HEX #810520 Burgundy

📋 copy color: '#810520'

red 129 ◦ green 5 ◦ blue 32

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

Shades of Burgundy #810520

Tints of Burgundy #810520

RGB

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

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

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

R = 77.71%
G = 3.01%
B = 19.28%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.75

 K value IS 0.49

RGB Variations

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

Color information

#810520 (or 0x810520) is known color: Burgundy. HEX triplet: 81, 05 and 20. RGB value is (129,5,32). Sum of RGB (Red+Green+Blue) = 129+5+32=166 (21% of max value = 765). Red value is 129 (50.78% from 255 or 77.71% from 166); Green value is 5 (2.34% from 255 or 3.01% from 166); Blue value is 32 (12.89% from 255 or 19.28% from 166); Max value from RGB is 129 - color contains mainly: red. Hex color #810520 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #810520 is #7EFADF. Grayscale: #2D2D2D. Windows color (decimal): -8321760 or 2098561. OLE color: 2098561.

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

Color convert

RGB 129 5 32 -
CMYK 0 0.96 0.75 0.49
HSL 346.94º 0.93% 0.26% -
HSV(B) 346.94º 0.96% 0.51% -
XYZ 9.37 4.88 1.81 -
YUV 45.15 120.58 187.8 -
System Red Green Blue C M Y K H S L
Decimal 129 5 32 0 0.96 0.75 0.49 346.94 0.93 0.26
Hex 81 5 20 0 60 4B 31 15B 5D 1A
Octal 201 5 40 0 140 113 61 533 135 32
Binary 10000001 101 100000 0 1100000 1001011 110001 101011011 1011101 11010

Color Harmonies of #810520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #810520

Black with #810520

Text Example


Text Example

White with #810520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #810520; }

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

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

background-color css

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

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

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

border-color css

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

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

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