#88023B

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

Shades of Burgundy #88023B

Tints of Burgundy #88023B

Color information

#88023B (or 0x88023B) is unknown color: approx Burgundy. HEX triplet: 88, 02 and 3B. RGB value is (136,2,59). Sum of RGB (Red+Green+Blue) = 136+2+59=197 (26% of max value = 765). Red value is 136 (53.52% from 255 or 69.04% from 197); Green value is 2 (1.17% from 255 or 1.02% from 197); Blue value is 59 (23.44% from 255 or 29.95% from 197); Max value from RGB is 136 - color contains mainly: red. Hex color #88023B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #88023B is #77FDC4. Grayscale: #303030. Windows color (decimal): -7863749 or 3867272. OLE color: 3867272.

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

Color convert

RGB136259-
CMYK00.990.570.47
HSL334.48º97.1%27.06%-
HSV(B)334.48º98.53%53.33%-
XYZ10.965.594.64-
YUV48.56133.89190.37-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 69.04%
GREEN value IS 2 (1.17% from 255) = 1.02%
BLUE value IS 59 (23.44% from 255) = 29.95%
R=69.04%
G=1.02%
B=29.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.57
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13625900.990.570.47334.4897.127.06
Hex8823B063392F14e611b
Octal2102730143715751614133
Binary100010001011101101100011111001101111101001110110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88023B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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