#880420

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

Shades of Burgundy #880420

Tints of Burgundy #880420

Color information

#880420 (or 0x880420) is unknown color: approx Burgundy. HEX triplet: 88, 04 and 20. RGB value is (136,4,32). Sum of RGB (Red+Green+Blue) = 136+4+32=172 (22% of max value = 765). Red value is 136 (53.52% from 255 or 79.07% from 172); Green value is 4 (1.95% from 255 or 2.33% from 172); Blue value is 32 (12.89% from 255 or 18.60% from 172); Max value from RGB is 136 - color contains mainly: red. Hex color #880420 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880420 is #77FBDF. Grayscale: #2E2E2E. Windows color (decimal): -7863264 or 2098312. OLE color: 2098312.

HSL color Cylindrical-coordinate representation of color #880420: hue angle of 347.27º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #880420 is Cyan = 0, Magento = 0.97, Yellow = 0.76 and Black (K on CMYK) = 0.47.

Color convert

RGB136432-
CMYK00.970.760.47
HSL347.27º94.29%27.45%-
HSV(B)347.27º97.06%53.33%-
XYZ10.465.431.86-
YUV46.66119.73191.72-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 79.07%
GREEN value IS 4 (1.95% from 255) = 2.33%
BLUE value IS 32 (12.89% from 255) = 18.60%
R=79.07%
G=2.33%
B=18.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.76
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13643200.970.760.47347.2794.2927.45
Hex884200614C2F15b5e1b
Octal21044001411145753313633
Binary10001000100100000011000011001100101111101011011101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #880420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #880420; }

 p { color: rgb(136,4,32); }

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

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

 a { background-color: rgb(136,4,32); }

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

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

 span { border-color: rgb(136,4,32); }

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