Html Css Color HEX #800120 Burgundy

📋 copy color: '#800120'

red 128 ◦ green 1 ◦ blue 32

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

Shades of Burgundy #800120

Tints of Burgundy #800120

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.62%

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

R = 79.5%
G = 0.62%
B = 19.88%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.75

 K value IS 0.50

RGB Variations

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

Color information

#800120 (or 0x800120) is known color: Burgundy. HEX triplet: 80, 01 and 20. RGB value is (128,1,32). Sum of RGB (Red+Green+Blue) = 128+1+32=161 (21% of max value = 765). Red value is 128 (50.39% from 255 or 79.50% from 161); Green value is 1 (0.78% from 255 or 0.62% from 161); Blue value is 32 (12.89% from 255 or 19.88% from 161); Max value from RGB is 128 - color contains mainly: red. Hex color #800120 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #800120 is #7FFEDF. Grayscale: #2A2A2A. Windows color (decimal): -8388320 or 2097536. OLE color: 2097536.

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

Color convert

RGB 128 1 32 -
CMYK 0 0.99 0.75 0.50
HSL 345.35º 0.98% 0.25% -
HSV(B) 345.35º 0.99% 0.5% -
XYZ 9.17 4.72 1.79 -
YUV 42.51 122.08 188.98 -
System Red Green Blue C M Y K H S L
Decimal 128 1 32 0 0.99 0.75 0.50 345.35 0.98 0.25
Hex 80 1 20 0 63 4B 32 159 62 19
Octal 200 1 40 0 143 113 62 531 142 31
Binary 10000000 1 100000 0 1100011 1001011 110010 101011001 1100010 11001

Color Harmonies of #800120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800120

Black with #800120

Text Example


Text Example

White with #800120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #800120; }

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

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

background-color css

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

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

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

border-color css

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

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

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