Html Css Color HEX #810814 Burgundy

📋 copy color: '#810814'

red 129 ◦ green 8 ◦ blue 20

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

Shades of Burgundy #810814

Tints of Burgundy #810814

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.1%

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

R = 82.17%
G = 5.1%
B = 12.74%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.84

 K value IS 0.49

RGB Variations

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

Color information

#810814 (or 0x810814) is known color: Burgundy. HEX triplet: 81, 08 and 14. RGB value is (129,8,20). Sum of RGB (Red+Green+Blue) = 129+8+20=157 (20% of max value = 765). Red value is 129 (50.78% from 255 or 82.17% from 157); Green value is 8 (3.52% from 255 or 5.10% from 157); Blue value is 20 (8.20% from 255 or 12.74% from 157); Max value from RGB is 129 - color contains mainly: red. Hex color #810814 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #810814 is #7EF7EB. Grayscale: #2D2D2D. Windows color (decimal): -8321004 or 1312897. OLE color: 1312897.

HSL color Cylindrical-coordinate representation of color #810814: hue angle of 354.05º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #810814 is Cyan = 0, Magento = 0.94, Yellow = 0.84 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 8 20 -
CMYK 0 0.94 0.84 0.49
HSL 354.05º 0.88% 0.27% -
HSV(B) 354.05º 0.94% 0.51% -
XYZ 9.27 4.89 1.12 -
YUV 45.55 113.59 187.52 -
System Red Green Blue C M Y K H S L
Decimal 129 8 20 0 0.94 0.84 0.49 354.05 0.88 0.27
Hex 81 8 14 0 5E 54 31 162 58 1B
Octal 201 10 24 0 136 124 61 542 130 33
Binary 10000001 1000 10100 0 1011110 1010100 110001 101100010 1011000 11011

Color Harmonies of #810814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #810814

Black with #810814

Text Example


Text Example

White with #810814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #810814; }

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

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

background-color css

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

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

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

border-color css

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

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

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