#88021E

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

Shades of Burgundy #88021E

Tints of Burgundy #88021E

Color information

#88021E (or 0x88021E) is unknown color: approx Burgundy. HEX triplet: 88, 02 and 1E. RGB value is (136,2,30). Sum of RGB (Red+Green+Blue) = 136+2+30=168 (22% of max value = 765). Red value is 136 (53.52% from 255 or 80.95% from 168); Green value is 2 (1.17% from 255 or 1.19% from 168); Blue value is 30 (12.11% from 255 or 17.86% from 168); Max value from RGB is 136 - color contains mainly: red. Hex color #88021E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #88021E is #77FDE1. Grayscale: #2D2D2D. Windows color (decimal): -7863778 or 1966728. OLE color: 1966728.

HSL color Cylindrical-coordinate representation of color #88021E: hue angle of 347.46º degrees, saturation: 0.97, 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 #88021E is Cyan = 0, Magento = 0.99, Yellow = 0.78 and Black (K on CMYK) = 0.47.

Color convert

RGB136230-
CMYK00.990.780.47
HSL347.46º97.1%27.06%-
HSV(B)347.46º98.53%53.33%-
XYZ10.415.371.72-
YUV45.26119.39192.72-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 80.95%
GREEN value IS 2 (1.17% from 255) = 1.19%
BLUE value IS 30 (12.11% from 255) = 17.86%
R=80.95%
G=1.19%
B=17.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.78
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13623000.990.780.47347.4697.127.06
Hex8821E0634E2F15b611b
Octal21023601431165753314133
Binary100010001011110011000111001110101111101011011110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88021E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88021E; }

 p { color: rgb(136,2,30); }

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

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

 a { background-color: rgb(136,2,30); }

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

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

 span { border-color: rgb(136,2,30); }

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