Html Css Color HEX #800521 Burgundy

📋 copy color: '#800521'

red 128 ◦ green 5 ◦ blue 33

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

Shades of Burgundy #800521

Tints of Burgundy #800521

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.01%

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

R = 77.11%
G = 3.01%
B = 19.88%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.74

 K value IS 0.50

RGB Variations

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

Color information

#800521 (or 0x800521) is known color: Burgundy. HEX triplet: 80, 05 and 21. RGB value is (128,5,33). Sum of RGB (Red+Green+Blue) = 128+5+33=166 (21% of max value = 765). Red value is 128 (50.39% from 255 or 77.11% from 166); Green value is 5 (2.34% from 255 or 3.01% from 166); Blue value is 33 (13.28% from 255 or 19.88% from 166); Max value from RGB is 128 - color contains mainly: red. Hex color #800521 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #800521 is #7FFADE. Grayscale: #2C2C2C. Windows color (decimal): -8387295 or 2164096. OLE color: 2164096.

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

Color convert

RGB 128 5 33 -
CMYK 0 0.96 0.74 0.50
HSL 346.34º 0.92% 0.26% -
HSV(B) 346.34º 0.96% 0.5% -
XYZ 9.23 4.81 1.88 -
YUV 44.97 121.25 187.22 -
System Red Green Blue C M Y K H S L
Decimal 128 5 33 0 0.96 0.74 0.50 346.34 0.92 0.26
Hex 80 5 21 0 60 4A 32 15A 5C 1A
Octal 200 5 41 0 140 112 62 532 134 32
Binary 10000000 101 100001 0 1100000 1001010 110010 101011010 1011100 11010

Color Harmonies of #800521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800521

Black with #800521

Text Example


Text Example

White with #800521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #800521; }

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

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

background-color css

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

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

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

border-color css

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

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

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