Html Css Color HEX #800522 Burgundy

📋 copy color: '#800522'

red 128 ◦ green 5 ◦ blue 34

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

Shades of Burgundy #800522

Tints of Burgundy #800522

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 20.36%

R = 76.65%
G = 2.99%
B = 20.36%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.73

 K value IS 0.50

RGB Variations

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

Color information

#800522 (or 0x800522) is known color: Burgundy. HEX triplet: 80, 05 and 22. RGB value is (128,5,34). Sum of RGB (Red+Green+Blue) = 128+5+34=167 (22% of max value = 765). Red value is 128 (50.39% from 255 or 76.65% from 167); Green value is 5 (2.34% from 255 or 2.99% from 167); Blue value is 34 (13.67% from 255 or 20.36% from 167); Max value from RGB is 128 - color contains mainly: red. Hex color #800522 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #800522 is #7FFADD. Grayscale: #2D2D2D. Windows color (decimal): -8387294 or 2229632. OLE color: 2229632.

HSL color Cylindrical-coordinate representation of color #800522: hue angle of 345.85º 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 #800522 is Cyan = 0, Magento = 0.96, Yellow = 0.73 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 5 34 -
CMYK 0 0.96 0.73 0.50
HSL 345.85º 0.92% 0.26% -
HSV(B) 345.85º 0.96% 0.5% -
XYZ 9.25 4.81 1.96 -
YUV 45.08 121.75 187.14 -
System Red Green Blue C M Y K H S L
Decimal 128 5 34 0 0.96 0.73 0.50 345.85 0.92 0.26
Hex 80 5 22 0 60 49 32 15A 5C 1A
Octal 200 5 42 0 140 111 62 532 134 32
Binary 10000000 101 100010 0 1100000 1001001 110010 101011010 1011100 11010

Color Harmonies of #800522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800522

Black with #800522

Text Example


Text Example

White with #800522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #800522; }

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

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

background-color css

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

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

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

border-color css

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

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

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