#88112D

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

Shades of Burgundy #88112D

Tints of Burgundy #88112D

Color information

#88112D (or 0x88112D) is unknown color: approx Burgundy. HEX triplet: 88, 11 and 2D. RGB value is (136,17,45). Sum of RGB (Red+Green+Blue) = 136+17+45=198 (26% of max value = 765). Red value is 136 (53.52% from 255 or 68.69% from 198); Green value is 17 (7.03% from 255 or 8.59% from 198); Blue value is 45 (17.97% from 255 or 22.73% from 198); Max value from RGB is 136 - color contains mainly: red. Hex color #88112D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #88112D is #77EED2. Grayscale: #373737. Windows color (decimal): -7859923 or 2953608. OLE color: 2953608.

HSL color Cylindrical-coordinate representation of color #88112D: hue angle of 345.88º degrees, saturation: 0.78, 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 #88112D is Cyan = 0, Magento = 0.87, Yellow = 0.67 and Black (K on CMYK) = 0.47.

Color convert

RGB1361745-
CMYK00.870.670.47
HSL345.88º77.78%30%-
HSV(B)345.88º87.5%53.33%-
XYZ10.835.823.04-
YUV55.77121.92185.22-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 68.69%
GREEN value IS 17 (7.03% from 255) = 8.59%
BLUE value IS 45 (17.97% from 255) = 22.73%
R=68.69%
G=8.59%
B=22.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.67
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136174500.870.670.47345.8877.7830
Hex88112D057432F15a4e1e
Octal210215501271035753211636
Binary1000100010001101101010101111000011101111101011010100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88112D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88112D; }

 p { color: rgb(136,17,45); }

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

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

 a { background-color: rgb(136,17,45); }

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

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

 span { border-color: rgb(136,17,45); }

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