#800222

Color #800222 Burgundy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burgundy #800222

Tints of Burgundy #800222

Color information

#800222 (or 0x800222) is unknown color: approx Burgundy. HEX triplet: 80, 02 and 22. RGB value is (128,2,34). Sum of RGB (Red+Green+Blue) = 128+2+34=164 (21% of max value = 765). Red value is 128 (50.39% from 255 or 78.05% from 164); Green value is 2 (1.17% from 255 or 1.22% from 164); Blue value is 34 (13.67% from 255 or 20.73% from 164); Max value from RGB is 128 - color contains mainly: red. Hex color #800222 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #800222 is #7FFDDD. Grayscale: #2B2B2B. Windows color (decimal): -8388062 or 2228864. OLE color: 2228864.

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

Color convert

RGB128234-
CMYK00.980.730.50
HSL344.76º96.92%25.49%-
HSV(B)344.76º98.44%50.2%-
XYZ9.214.751.94-
YUV43.32122.74188.4-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 78.05%
GREEN value IS 2 (1.17% from 255) = 1.22%
BLUE value IS 34 (13.67% from 255) = 20.73%
R=78.05%
G=1.22%
B=20.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.73
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12823400.980.730.50344.7696.9225.49
Hex8022206249321596119
Octal20024201421116253114131
Binary1000000010100010011000101001001110010101011001110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #800222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #800222; }

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

 H1.HeaderClassName
 {
   color: #800222;
 }
 .AnyTagClassName
 {
   color: #800222;
 }
</style>
background-color css

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

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

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

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

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

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