#880121

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

Shades of Burgundy #880121

Tints of Burgundy #880121

Color information

#880121 (or 0x880121) is unknown color: approx Burgundy. HEX triplet: 88, 01 and 21. RGB value is (136,1,33). Sum of RGB (Red+Green+Blue) = 136+1+33=170 (22% of max value = 765). Red value is 136 (53.52% from 255 or 80% from 170); Green value is 1 (0.78% from 255 or 0.59% from 170); Blue value is 33 (13.28% from 255 or 19.41% from 170); Max value from RGB is 136 - color contains mainly: red. Hex color #880121 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880121 is #77FEDE. Grayscale: #2D2D2D. Windows color (decimal): -7864031 or 2163080. OLE color: 2163080.

HSL color Cylindrical-coordinate representation of color #880121: hue angle of 345.78º 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 #880121 is Cyan = 0, Magento = 0.99, Yellow = 0.76 and Black (K on CMYK) = 0.47.

Color convert

RGB136133-
CMYK00.990.760.47
HSL345.78º98.54%26.86%-
HSV(B)345.78º99.26%53.33%-
XYZ10.445.371.92-
YUV45.01121.23192.9-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 80%
GREEN value IS 1 (0.78% from 255) = 0.59%
BLUE value IS 33 (13.28% from 255) = 19.41%
R=80%
G=0.59%
B=19.41%

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
Decimal13613300.990.760.47345.7898.5426.86
Hex881210634C2F15a631b
Octal21014101431145753214333
Binary100010001100001011000111001100101111101011010110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #880121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #880121; }

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

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

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

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

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

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

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

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