Html Css Color HEX #810519 Burgundy

📋 copy color: '#810519'

red 129 ◦ green 5 ◦ blue 25

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

Shades of Burgundy #810519

Tints of Burgundy #810519

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 15.72%

R = 81.13%
G = 3.14%
B = 15.72%

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

#810519 (or 0x810519) is known color: Burgundy. HEX triplet: 81, 05 and 19. RGB value is (129,5,25). Sum of RGB (Red+Green+Blue) = 129+5+25=159 (21% of max value = 765). Red value is 129 (50.78% from 255 or 81.13% from 159); Green value is 5 (2.34% from 255 or 3.14% from 159); Blue value is 25 (10.16% from 255 or 15.72% from 159); Max value from RGB is 129 - color contains mainly: red. Hex color #810519 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #810519 is #7EFAE6. Grayscale: #2C2C2C. Windows color (decimal): -8321767 or 1639809. OLE color: 1639809.

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

Color convert

RGB 129 5 25 -
CMYK 0 0.96 0.81 0.49
HSL 350.32º 0.93% 0.26% -
HSV(B) 350.32º 0.96% 0.51% -
XYZ 9.28 4.85 1.37 -
YUV 44.36 117.08 188.37 -
System Red Green Blue C M Y K H S L
Decimal 129 5 25 0 0.96 0.81 0.49 350.32 0.93 0.26
Hex 81 5 19 0 60 51 31 15E 5D 1A
Octal 201 5 31 0 140 121 61 536 135 32
Binary 10000001 101 11001 0 1100000 1010001 110001 101011110 1011101 11010

Color Harmonies of #810519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #810519

Black with #810519

Text Example


Text Example

White with #810519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #810519; }

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

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

background-color css

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

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

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

border-color css

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

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

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