#88062D

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

Shades of Burgundy #88062D

Tints of Burgundy #88062D

Color information

#88062D (or 0x88062D) is unknown color: approx Burgundy. HEX triplet: 88, 06 and 2D. RGB value is (136,6,45). Sum of RGB (Red+Green+Blue) = 136+6+45=187 (24% of max value = 765). Red value is 136 (53.52% from 255 or 72.73% from 187); Green value is 6 (2.73% from 255 or 3.21% from 187); Blue value is 45 (17.97% from 255 or 24.06% from 187); Max value from RGB is 136 - color contains mainly: red. Hex color #88062D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #88062D is #77F9D2. Grayscale: #313131. Windows color (decimal): -7862739 or 2950792. OLE color: 2950792.

HSL color Cylindrical-coordinate representation of color #88062D: hue angle of 342º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #88062D is Cyan = 0, Magento = 0.96, Yellow = 0.67 and Black (K on CMYK) = 0.47.

Color convert

RGB136645-
CMYK00.960.670.47
HSL342º91.55%27.84%-
HSV(B)342º95.59%53.33%-
XYZ10.695.552.99-
YUV49.32125.57189.83-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 72.73%
GREEN value IS 6 (2.73% from 255) = 3.21%
BLUE value IS 45 (17.97% from 255) = 24.06%
R=72.73%
G=3.21%
B=24.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.67
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13664500.960.670.4734291.5527.84
Hex8862D060432F1565c1c
Octal21065501401035752613434
Binary10001000110101101011000001000011101111101010110101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88062D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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