Html Css Color HEX #80021F Burgundy

📋 copy color: '#80021F'

red 128 ◦ green 2 ◦ blue 31

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

Shades of Burgundy #80021F

Tints of Burgundy #80021F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 19.25%

R = 79.5%
G = 1.24%
B = 19.25%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.76

 K value IS 0.50

RGB Variations

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

Color information

#80021F (or 0x80021F) is known color: Burgundy. HEX triplet: 80, 02 and 1F. RGB value is (128,2,31). Sum of RGB (Red+Green+Blue) = 128+2+31=161 (21% of max value = 765). Red value is 128 (50.39% from 255 or 79.50% from 161); Green value is 2 (1.17% from 255 or 1.24% from 161); Blue value is 31 (12.5% from 255 or 19.25% from 161); Max value from RGB is 128 - color contains mainly: red. Hex color #80021F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80021F is #7FFDE0. Grayscale: #2A2A2A. Windows color (decimal): -8388065 or 2032256. OLE color: 2032256.

HSL color Cylindrical-coordinate representation of color #80021F: hue angle of 346.19º 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 #80021F is Cyan = 0, Magento = 0.98, Yellow = 0.76 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 2 31 -
CMYK 0 0.98 0.76 0.50
HSL 346.19º 0.97% 0.25% -
HSV(B) 346.19º 0.98% 0.5% -
XYZ 9.17 4.73 1.73 -
YUV 42.98 121.24 188.64 -
System Red Green Blue C M Y K H S L
Decimal 128 2 31 0 0.98 0.76 0.50 346.19 0.97 0.25
Hex 80 2 1F 0 62 4C 32 15A 61 19
Octal 200 2 37 0 142 114 62 532 141 31
Binary 10000000 10 11111 0 1100010 1001100 110010 101011010 1100001 11001

Color Harmonies of #80021F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80021F

Black with #80021F

Text Example


Text Example

White with #80021F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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