Html Css Color HEX #800421 Burgundy

📋 copy color: '#800421'

red 128 ◦ green 4 ◦ blue 33

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

Shades of Burgundy #800421

Tints of Burgundy #800421

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.42%

 BLUE value IS 33 (13.28% from 255) = 20%

R = 77.58%
G = 2.42%
B = 20%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.74

 K value IS 0.50

RGB Variations

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

Color information

#800421 (or 0x800421) is known color: Burgundy. HEX triplet: 80, 04 and 21. RGB value is (128,4,33). Sum of RGB (Red+Green+Blue) = 128+4+33=165 (21% of max value = 765). Red value is 128 (50.39% from 255 or 77.58% from 165); Green value is 4 (1.95% from 255 or 2.42% from 165); Blue value is 33 (13.28% from 255 or 20% from 165); Max value from RGB is 128 - color contains mainly: red. Hex color #800421 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #800421 is #7FFBDE. Grayscale: #2C2C2C. Windows color (decimal): -8387551 or 2163840. OLE color: 2163840.

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

Color convert

RGB 128 4 33 -
CMYK 0 0.97 0.74 0.50
HSL 345.97º 0.94% 0.26% -
HSV(B) 345.97º 0.97% 0.5% -
XYZ 9.22 4.79 1.88 -
YUV 44.38 121.58 187.64 -
System Red Green Blue C M Y K H S L
Decimal 128 4 33 0 0.97 0.74 0.50 345.97 0.94 0.26
Hex 80 4 21 0 61 4A 32 15A 5E 1A
Octal 200 4 41 0 141 112 62 532 136 32
Binary 10000000 100 100001 0 1100001 1001010 110010 101011010 1011110 11010

Color Harmonies of #800421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800421

Black with #800421

Text Example


Text Example

White with #800421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #800421; }

 p { color: rgb(128,4,33); }

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

background-color css

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

 a { background-color: rgb(128,4,33); }

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

border-color css

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

 span { border-color: rgb(128,4,33); }

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