Html Css Color HEX #800E21 Burgundy

📋 copy color: '#800E21'

red 128 ◦ green 14 ◦ blue 33

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

Shades of Burgundy #800E21

Tints of Burgundy #800E21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 18.86%

R = 73.14%
G = 8%
B = 18.86%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.74

 K value IS 0.50

RGB Variations

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

Color information

#800E21 (or 0x800E21) is known color: Burgundy. HEX triplet: 80, 0E and 21. RGB value is (128,14,33). Sum of RGB (Red+Green+Blue) = 128+14+33=175 (23% of max value = 765). Red value is 128 (50.39% from 255 or 73.14% from 175); Green value is 14 (5.86% from 255 or 8% from 175); Blue value is 33 (13.28% from 255 or 18.86% from 175); Max value from RGB is 128 - color contains mainly: red. Hex color #800E21 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #800E21 is #7FF1DE. Grayscale: #323232. Windows color (decimal): -8384991 or 2166400. OLE color: 2166400.

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

Color convert

RGB 128 14 33 -
CMYK 0 0.89 0.74 0.50
HSL 350º 0.8% 0.28% -
HSV(B) 350º 0.89% 0.5% -
XYZ 9.33 5.01 1.91 -
YUV 50.25 118.27 183.46 -
System Red Green Blue C M Y K H S L
Decimal 128 14 33 0 0.89 0.74 0.50 350 0.8 0.28
Hex 80 E 21 0 59 4A 32 15E 50 1C
Octal 200 16 41 0 131 112 62 536 120 34
Binary 10000000 1110 100001 0 1011001 1001010 110010 101011110 1010000 11100

Color Harmonies of #800E21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800E21

Black with #800E21

Text Example


Text Example

White with #800E21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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