Html Css Color HEX #801020 Burgundy

📋 copy color: '#801020'

red 128 ◦ green 16 ◦ blue 32

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

Shades of Burgundy #801020

Tints of Burgundy #801020

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.09%

 BLUE value IS 32 (12.89% from 255) = 18.18%

R = 72.73%
G = 9.09%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.75

 K value IS 0.50

RGB Variations

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

Color information

#801020 (or 0x801020) is known color: Burgundy. HEX triplet: 80, 10 and 20. RGB value is (128,16,32). Sum of RGB (Red+Green+Blue) = 128+16+32=176 (23% of max value = 765). Red value is 128 (50.39% from 255 or 72.73% from 176); Green value is 16 (6.64% from 255 or 9.09% from 176); Blue value is 32 (12.89% from 255 or 18.18% from 176); Max value from RGB is 128 - color contains mainly: red. Hex color #801020 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #801020 is #7FEFDF. Grayscale: #333333. Windows color (decimal): -8384480 or 2101376. OLE color: 2101376.

HSL color Cylindrical-coordinate representation of color #801020: hue angle of 351.43º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #801020 is Cyan = 0, Magento = 0.88, Yellow = 0.75 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 16 32 -
CMYK 0 0.88 0.75 0.50
HSL 351.43º 0.78% 0.28% -
HSV(B) 351.43º 0.88% 0.5% -
XYZ 9.35 5.06 1.85 -
YUV 51.31 117.11 182.7 -
System Red Green Blue C M Y K H S L
Decimal 128 16 32 0 0.88 0.75 0.50 351.43 0.78 0.28
Hex 80 10 20 0 58 4B 32 15F 4E 1C
Octal 200 20 40 0 130 113 62 537 116 34
Binary 10000000 10000 100000 0 1011000 1001011 110010 101011111 1001110 11100

Color Harmonies of #801020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801020

Black with #801020

Text Example


Text Example

White with #801020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801020; }

 p { color: rgb(128,16,32); }

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

background-color css

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

 a { background-color: rgb(128,16,32); }

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

border-color css

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

 span { border-color: rgb(128,16,32); }

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