Shades of Burgundy #88002D
Tints of Burgundy #88002D
RGB
CMYK
RGB Variations
Color information
#88002D (or 0x88002D) is known color: Burgundy. HEX triplet: 88, 00 and 2D. RGB value is (136,0,45). Sum of RGB (Red+Green+Blue) = 136+0+45=181 (23% of max value = 765). Red value is 136 (53.52% from 255 or 75.14% from 181); Green value is 0 (0.39% from 255 or 0% from 181); Blue value is 45 (17.97% from 255 or 24.86% from 181); Max value from RGB is 136 - color contains mainly: red. Hex color #88002D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #88002D is #77FFD2. Grayscale: #2D2D2D. Windows color (decimal): -7864275 or 2949256. OLE color: 2949256.
HSL color Cylindrical-coordinate representation of color #88002D: hue angle of 340.15º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #88002D is Cyan = 0, Magento = 1, Yellow = 0.67 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 0 | 45 | - |
| CMYK | 0 | 1 | 0.67 | 0.47 |
| HSL | 340.15º | 1% | 0.27% | - |
| HSV(B) | 340.15º | 1% | 0.53% | - |
| XYZ | 10.63 | 5.42 | 2.97 | - |
| YUV | 45.79 | 127.56 | 192.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 0 | 45 | 0 | 1 | 0.67 | 0.47 | 340.15 | 1 | 0.27 |
| Hex | 88 | 0 | 2D | 0 | 64 | 43 | 2F | 154 | 64 | 1B |
| Octal | 210 | 0 | 55 | 0 | 144 | 103 | 57 | 524 | 144 | 33 |
| Binary | 10001000 | 0 | 101101 | 0 | 1100100 | 1000011 | 101111 | 101010100 | 1100100 | 11011 |
Color Harmonies of #88002D
Complementary color
Monochromatic Colors of #88002D
Black with #88002D
Text Example
Text Example
White with #88002D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88002D; }
p { color: rgb(136,0,45); }
H1.HeaderClassName
{
color: #88002D;
}
.AnyTagClassName
{
color: #88002D;
}
</style>
background-color css
<style>
a { background-color: #88002D; }
a { background-color: rgb(136,0,45); }
div.DivClassName
{
background-color: #88002D;
}
.BgClassName
{
background-color: #88002D;
}
</style>
border-color css
<style>
span { border-color: #88002D; }
span { border-color: rgb(136,0,45); }
td.TdClassName
{
border-color: #88002D;
}
.TagClassName
{
border-color: #88002D;
}
</style>