Html Css Color HEX #801022 Burgundy

📋 copy color: '#801022'

red 128 ◦ green 16 ◦ blue 34

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

Shades of Burgundy #801022

Tints of Burgundy #801022

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.99%

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

R = 71.91%
G = 8.99%
B = 19.1%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.73

 K value IS 0.50

RGB Variations

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

Color information

#801022 (or 0x801022) is known color: Burgundy. HEX triplet: 80, 10 and 22. RGB value is (128,16,34). Sum of RGB (Red+Green+Blue) = 128+16+34=178 (23% of max value = 765). Red value is 128 (50.39% from 255 or 71.91% from 178); Green value is 16 (6.64% from 255 or 8.99% from 178); Blue value is 34 (13.67% from 255 or 19.10% from 178); Max value from RGB is 128 - color contains mainly: red. Hex color #801022 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #801022 is #7FEFDD. Grayscale: #333333. Windows color (decimal): -8384478 or 2232448. OLE color: 2232448.

HSL color Cylindrical-coordinate representation of color #801022: hue angle of 350.36º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #801022 is Cyan = 0, Magento = 0.88, Yellow = 0.73 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 16 34 -
CMYK 0 0.88 0.73 0.50
HSL 350.36º 0.78% 0.28% -
HSV(B) 350.36º 0.88% 0.5% -
XYZ 9.38 5.08 2 -
YUV 51.54 118.11 182.54 -
System Red Green Blue C M Y K H S L
Decimal 128 16 34 0 0.88 0.73 0.50 350.36 0.78 0.28
Hex 80 10 22 0 58 49 32 15E 4E 1C
Octal 200 20 42 0 130 111 62 536 116 34
Binary 10000000 10000 100010 0 1011000 1001001 110010 101011110 1001110 11100

Color Harmonies of #801022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801022

Black with #801022

Text Example


Text Example

White with #801022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801022; }

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

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

background-color css

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

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

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

border-color css

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

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

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