Html Css Color HEX #80021E Burgundy

📋 copy color: '#80021E'

red 128 ◦ green 2 ◦ blue 30

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

Shades of Burgundy #80021E

Tints of Burgundy #80021E

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.25%

 BLUE value IS 30 (12.11% from 255) = 18.75%

R = 80%
G = 1.25%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.77

 K value IS 0.50

RGB Variations

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

Color information

#80021E (or 0x80021E) is known color: Burgundy. HEX triplet: 80, 02 and 1E. RGB value is (128,2,30). Sum of RGB (Red+Green+Blue) = 128+2+30=160 (21% of max value = 765). Red value is 128 (50.39% from 255 or 80% from 160); Green value is 2 (1.17% from 255 or 1.25% from 160); Blue value is 30 (12.11% from 255 or 18.75% from 160); Max value from RGB is 128 - color contains mainly: red. Hex color #80021E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80021E is #7FFDE1. Grayscale: #2A2A2A. Windows color (decimal): -8388066 or 1966720. OLE color: 1966720.

HSL color Cylindrical-coordinate representation of color #80021E: hue angle of 346.67º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #80021E is Cyan = 0, Magento = 0.98, Yellow = 0.77 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 2 30 -
CMYK 0 0.98 0.77 0.50
HSL 346.67º 0.97% 0.25% -
HSV(B) 346.67º 0.98% 0.5% -
XYZ 9.16 4.73 1.66 -
YUV 42.87 120.74 188.72 -
System Red Green Blue C M Y K H S L
Decimal 128 2 30 0 0.98 0.77 0.50 346.67 0.97 0.25
Hex 80 2 1E 0 62 4D 32 15B 61 19
Octal 200 2 36 0 142 115 62 533 141 31
Binary 10000000 10 11110 0 1100010 1001101 110010 101011011 1100001 11001

Color Harmonies of #80021E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80021E

Black with #80021E

Text Example


Text Example

White with #80021E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80021E; }

 p { color: rgb(128,2,30); }

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

background-color css

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

 a { background-color: rgb(128,2,30); }

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

border-color css

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

 span { border-color: rgb(128,2,30); }

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