#880120

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

Shades of Burgundy #880120

Tints of Burgundy #880120

Color information

#880120 (or 0x880120) is unknown color: approx Burgundy. HEX triplet: 88, 01 and 20. RGB value is (136,1,32). Sum of RGB (Red+Green+Blue) = 136+1+32=169 (22% of max value = 765). Red value is 136 (53.52% from 255 or 80.47% from 169); Green value is 1 (0.78% from 255 or 0.59% from 169); Blue value is 32 (12.89% from 255 or 18.93% from 169); Max value from RGB is 136 - color contains mainly: red. Hex color #880120 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880120 is #77FEDF. Grayscale: #2C2C2C. Windows color (decimal): -7864032 or 2097544. OLE color: 2097544.

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

Color convert

RGB136132-
CMYK00.990.760.47
HSL346.22º98.54%26.86%-
HSV(B)346.22º99.26%53.33%-
XYZ10.425.361.85-
YUV44.9120.73192.98-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 80.47%
GREEN value IS 1 (0.78% from 255) = 0.59%
BLUE value IS 32 (12.89% from 255) = 18.93%
R=80.47%
G=0.59%
B=18.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.76
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13613200.990.760.47346.2298.5426.86
Hex881200634C2F15a631b
Octal21014001431145753214333
Binary100010001100000011000111001100101111101011010110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #880120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #880120; }

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

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

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

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

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

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

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

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