Html Css Color HEX #800E14 Burgundy

📋 copy color: '#800E14'

red 128 ◦ green 14 ◦ blue 20

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

Shades of Burgundy #800E14

Tints of Burgundy #800E14

RGB

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

 GREEN value IS 14 (5.86% from 255) = 8.64%

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

R = 79.01%
G = 8.64%
B = 12.35%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.84

 K value IS 0.50

RGB Variations

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

Color information

#800E14 (or 0x800E14) is known color: Burgundy. HEX triplet: 80, 0E and 14. RGB value is (128,14,20). Sum of RGB (Red+Green+Blue) = 128+14+20=162 (21% of max value = 765). Red value is 128 (50.39% from 255 or 79.01% from 162); Green value is 14 (5.86% from 255 or 8.64% from 162); Blue value is 20 (8.20% from 255 or 12.35% from 162); Max value from RGB is 128 - color contains mainly: red. Hex color #800E14 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #800E14 is #7FF1EB. Grayscale: #303030. Windows color (decimal): -8385004 or 1314432. OLE color: 1314432.

HSL color Cylindrical-coordinate representation of color #800E14: hue angle of 356.84º degrees, saturation: 0.8, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #800E14 is Cyan = 0, Magento = 0.89, Yellow = 0.84 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 14 20 -
CMYK 0 0.89 0.84 0.50
HSL 356.84º 0.8% 0.28% -
HSV(B) 356.84º 0.89% 0.5% -
XYZ 9.19 4.95 1.13 -
YUV 48.77 111.77 184.51 -
System Red Green Blue C M Y K H S L
Decimal 128 14 20 0 0.89 0.84 0.50 356.84 0.8 0.28
Hex 80 E 14 0 59 54 32 165 50 1C
Octal 200 16 24 0 131 124 62 545 120 34
Binary 10000000 1110 10100 0 1011001 1010100 110010 101100101 1010000 11100

Color Harmonies of #800E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800E14

Black with #800E14

Text Example


Text Example

White with #800E14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #800E14; }

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

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

background-color css

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

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

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

border-color css

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

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

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