Html Css Color HEX #810514 Burgundy

📋 copy color: '#810514'

red 129 ◦ green 5 ◦ blue 20

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

Shades of Burgundy #810514

Tints of Burgundy #810514

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 12.99%

R = 83.77%
G = 3.25%
B = 12.99%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.84

 K value IS 0.49

RGB Variations

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

Color information

#810514 (or 0x810514) is known color: Burgundy. HEX triplet: 81, 05 and 14. RGB value is (129,5,20). Sum of RGB (Red+Green+Blue) = 129+5+20=154 (20% of max value = 765). Red value is 129 (50.78% from 255 or 83.77% from 154); Green value is 5 (2.34% from 255 or 3.25% from 154); Blue value is 20 (8.20% from 255 or 12.99% from 154); Max value from RGB is 129 - color contains mainly: red. Hex color #810514 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #810514 is #7EFAEB. Grayscale: #2B2B2B. Windows color (decimal): -8321772 or 1312129. OLE color: 1312129.

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

Color convert

RGB 129 5 20 -
CMYK 0 0.96 0.84 0.49
HSL 352.74º 0.93% 0.26% -
HSV(B) 352.74º 0.96% 0.51% -
XYZ 9.23 4.83 1.11 -
YUV 43.79 114.58 188.78 -
System Red Green Blue C M Y K H S L
Decimal 129 5 20 0 0.96 0.84 0.49 352.74 0.93 0.26
Hex 81 5 14 0 60 54 31 161 5D 1A
Octal 201 5 24 0 140 124 61 541 135 32
Binary 10000001 101 10100 0 1100000 1010100 110001 101100001 1011101 11010

Color Harmonies of #810514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #810514

Black with #810514

Text Example


Text Example

White with #810514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #810514; }

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

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

background-color css

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

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

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

border-color css

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

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

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