Html Css Color HEX #800E1A Burgundy

📋 copy color: '#800E1A'

red 128 ◦ green 14 ◦ blue 26

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

Shades of Burgundy #800E1A

Tints of Burgundy #800E1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 15.48%

R = 76.19%
G = 8.33%
B = 15.48%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.80

 K value IS 0.50

RGB Variations

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

Color information

#800E1A (or 0x800E1A) is known color: Burgundy. HEX triplet: 80, 0E and 1A. RGB value is (128,14,26). Sum of RGB (Red+Green+Blue) = 128+14+26=168 (22% of max value = 765). Red value is 128 (50.39% from 255 or 76.19% from 168); Green value is 14 (5.86% from 255 or 8.33% from 168); Blue value is 26 (10.55% from 255 or 15.48% from 168); Max value from RGB is 128 - color contains mainly: red. Hex color #800E1A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #800E1A is #7FF1E5. Grayscale: #313131. Windows color (decimal): -8384998 or 1707648. OLE color: 1707648.

HSL color Cylindrical-coordinate representation of color #800E1A: hue angle of 353.68º 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 #800E1A is Cyan = 0, Magento = 0.89, Yellow = 0.80 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 14 26 -
CMYK 0 0.89 0.80 0.50
HSL 353.68º 0.8% 0.28% -
HSV(B) 353.68º 0.89% 0.5% -
XYZ 9.25 4.98 1.45 -
YUV 49.45 114.77 184.02 -
System Red Green Blue C M Y K H S L
Decimal 128 14 26 0 0.89 0.80 0.50 353.68 0.8 0.28
Hex 80 E 1A 0 59 50 32 162 50 1C
Octal 200 16 32 0 131 120 62 542 120 34
Binary 10000000 1110 11010 0 1011001 1010000 110010 101100010 1010000 11100

Color Harmonies of #800E1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800E1A

Black with #800E1A

Text Example


Text Example

White with #800E1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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