#88023E

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

Shades of Burgundy #88023E

Tints of Burgundy #88023E

Color information

#88023E (or 0x88023E) is unknown color: approx Burgundy. HEX triplet: 88, 02 and 3E. RGB value is (136,2,62). Sum of RGB (Red+Green+Blue) = 136+2+62=200 (26% of max value = 765). Red value is 136 (53.52% from 255 or 68% from 200); Green value is 2 (1.17% from 255 or 1% from 200); Blue value is 62 (24.61% from 255 or 31% from 200); Max value from RGB is 136 - color contains mainly: red. Hex color #88023E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #88023E is #77FDC1. Grayscale: #303030. Windows color (decimal): -7863746 or 4063880. OLE color: 4063880.

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

Color convert

RGB136262-
CMYK00.990.540.47
HSL333.13º97.1%27.06%-
HSV(B)333.13º98.53%53.33%-
XYZ11.045.635.06-
YUV48.91135.39190.12-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 68%
GREEN value IS 2 (1.17% from 255) = 1%
BLUE value IS 62 (24.61% from 255) = 31%
R=68%
G=1%
B=31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.54
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13626200.990.540.47333.1397.127.06
Hex8823E063362F14d611b
Octal2102760143665751514133
Binary100010001011111001100011110110101111101001101110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88023E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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