Html Css Color HEX #810513 Burgundy

📋 copy color: '#810513'

red 129 ◦ green 5 ◦ blue 19

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

Shades of Burgundy #810513

Tints of Burgundy #810513

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 12.42%

R = 84.31%
G = 3.27%
B = 12.42%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.85

 K value IS 0.49

RGB Variations

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

Color information

#810513 (or 0x810513) is known color: Burgundy. HEX triplet: 81, 05 and 13. RGB value is (129,5,19). Sum of RGB (Red+Green+Blue) = 129+5+19=153 (20% of max value = 765). Red value is 129 (50.78% from 255 or 84.31% from 153); Green value is 5 (2.34% from 255 or 3.27% from 153); Blue value is 19 (7.81% from 255 or 12.42% from 153); Max value from RGB is 129 - color contains mainly: red. Hex color #810513 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #810513 is #7EFAEC. Grayscale: #2B2B2B. Windows color (decimal): -8321773 or 1246593. OLE color: 1246593.

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

Color convert

RGB 129 5 19 -
CMYK 0 0.96 0.85 0.49
HSL 353.23º 0.93% 0.26% -
HSV(B) 353.23º 0.96% 0.51% -
XYZ 9.23 4.82 1.06 -
YUV 43.67 114.08 188.86 -
System Red Green Blue C M Y K H S L
Decimal 129 5 19 0 0.96 0.85 0.49 353.23 0.93 0.26
Hex 81 5 13 0 60 55 31 161 5D 1A
Octal 201 5 23 0 140 125 61 541 135 32
Binary 10000001 101 10011 0 1100000 1010101 110001 101100001 1011101 11010

Color Harmonies of #810513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #810513

Black with #810513

Text Example


Text Example

White with #810513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #810513; }

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

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

background-color css

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

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

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

border-color css

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

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

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