Html Css Color HEX #800814 Burgundy

📋 copy color: '#800814'

red 128 ◦ green 8 ◦ blue 20

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

Shades of Burgundy #800814

Tints of Burgundy #800814

RGB

 RED value IS 128 (50.39% from 255) = 82.05%

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

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

R = 82.05%
G = 5.13%
B = 12.82%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.84

 K value IS 0.50

RGB Variations

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

Color information

#800814 (or 0x800814) is known color: Burgundy. HEX triplet: 80, 08 and 14. RGB value is (128,8,20). Sum of RGB (Red+Green+Blue) = 128+8+20=156 (20% of max value = 765). Red value is 128 (50.39% from 255 or 82.05% from 156); Green value is 8 (3.52% from 255 or 5.13% from 156); Blue value is 20 (8.20% from 255 or 12.82% from 156); Max value from RGB is 128 - color contains mainly: red. Hex color #800814 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #800814 is #7FF7EB. Grayscale: #2D2D2D. Windows color (decimal): -8386540 or 1312896. OLE color: 1312896.

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

Color convert

RGB 128 8 20 -
CMYK 0 0.94 0.84 0.50
HSL 354º 0.88% 0.27% -
HSV(B) 354º 0.94% 0.5% -
XYZ 9.12 4.81 1.11 -
YUV 45.25 113.76 187.02 -
System Red Green Blue C M Y K H S L
Decimal 128 8 20 0 0.94 0.84 0.50 354 0.88 0.27
Hex 80 8 14 0 5E 54 32 162 58 1B
Octal 200 10 24 0 136 124 62 542 130 33
Binary 10000000 1000 10100 0 1011110 1010100 110010 101100010 1011000 11011

Color Harmonies of #800814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800814

Black with #800814

Text Example


Text Example

White with #800814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #800814; }

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

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

background-color css

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

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

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

border-color css

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

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

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