#881021

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

Shades of Burgundy #881021

Tints of Burgundy #881021

Color information

#881021 (or 0x881021) is unknown color: approx Burgundy. HEX triplet: 88, 10 and 21. RGB value is (136,16,33). Sum of RGB (Red+Green+Blue) = 136+16+33=185 (24% of max value = 765). Red value is 136 (53.52% from 255 or 73.51% from 185); Green value is 16 (6.64% from 255 or 8.65% from 185); Blue value is 33 (13.28% from 255 or 17.84% from 185); Max value from RGB is 136 - color contains mainly: red. Hex color #881021 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #881021 is #77EFDE. Grayscale: #353535. Windows color (decimal): -7860191 or 2166920. OLE color: 2166920.

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

Color convert

RGB1361633-
CMYK00.880.760.47
HSL351.5º78.95%29.8%-
HSV(B)351.5º88.24%53.33%-
XYZ10.615.711.98-
YUV53.82116.26186.62-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 73.51%
GREEN value IS 16 (6.64% from 255) = 8.65%
BLUE value IS 33 (13.28% from 255) = 17.84%
R=73.51%
G=8.65%
B=17.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.76
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136163300.880.760.47351.578.9529.8
Hex8810210584C2F1604f1e
Octal210204101301145754011736
Binary1000100010000100001010110001001100101111101100000100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #881021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #881021; }

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

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

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

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

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

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

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

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