#88012D

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

Shades of Burgundy #88012D

Tints of Burgundy #88012D

Color information

#88012D (or 0x88012D) is unknown color: approx Burgundy. HEX triplet: 88, 01 and 2D. RGB value is (136,1,45). Sum of RGB (Red+Green+Blue) = 136+1+45=182 (24% of max value = 765). Red value is 136 (53.52% from 255 or 74.73% from 182); Green value is 1 (0.78% from 255 or 0.55% from 182); Blue value is 45 (17.97% from 255 or 24.73% from 182); Max value from RGB is 136 - color contains mainly: red. Hex color #88012D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #88012D is #77FED2. Grayscale: #2E2E2E. Windows color (decimal): -7864019 or 2949512. OLE color: 2949512.

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

Color convert

RGB136145-
CMYK00.990.670.47
HSL340.44º98.54%26.86%-
HSV(B)340.44º99.26%53.33%-
XYZ10.645.452.97-
YUV46.38127.23191.92-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 74.73%
GREEN value IS 1 (0.78% from 255) = 0.55%
BLUE value IS 45 (17.97% from 255) = 24.73%
R=74.73%
G=0.55%
B=24.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.67
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13614500.990.670.47340.4498.5426.86
Hex8812D063432F154631b
Octal21015501431035752414333
Binary100010001101101011000111000011101111101010100110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88012D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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