Html Css Color HEX #800720 Burgundy

📋 copy color: '#800720'

red 128 ◦ green 7 ◦ blue 32

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

Shades of Burgundy #800720

Tints of Burgundy #800720

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.19%

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

R = 76.65%
G = 4.19%
B = 19.16%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.75

 K value IS 0.50

RGB Variations

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

Color information

#800720 (or 0x800720) is known color: Burgundy. HEX triplet: 80, 07 and 20. RGB value is (128,7,32). Sum of RGB (Red+Green+Blue) = 128+7+32=167 (22% of max value = 765). Red value is 128 (50.39% from 255 or 76.65% from 167); Green value is 7 (3.12% from 255 or 4.19% from 167); Blue value is 32 (12.89% from 255 or 19.16% from 167); Max value from RGB is 128 - color contains mainly: red. Hex color #800720 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #800720 is #7FF8DF. Grayscale: #2E2E2E. Windows color (decimal): -8386784 or 2099072. OLE color: 2099072.

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

Color convert

RGB 128 7 32 -
CMYK 0 0.95 0.75 0.50
HSL 347.6º 0.9% 0.26% -
HSV(B) 347.6º 0.95% 0.5% -
XYZ 9.24 4.85 1.81 -
YUV 46.03 120.09 186.47 -
System Red Green Blue C M Y K H S L
Decimal 128 7 32 0 0.95 0.75 0.50 347.6 0.9 0.26
Hex 80 7 20 0 5F 4B 32 15C 5A 1A
Octal 200 7 40 0 137 113 62 534 132 32
Binary 10000000 111 100000 0 1011111 1001011 110010 101011100 1011010 11010

Color Harmonies of #800720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800720

Black with #800720

Text Example


Text Example

White with #800720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #800720; }

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

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

background-color css

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

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

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

border-color css

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

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

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