Shades of Burgundy #88013B
Tints of Burgundy #88013B
RGB
CMYK
RGB Variations
Color information
#88013B (or 0x88013B) is known color: Burgundy. HEX triplet: 88, 01 and 3B. RGB value is (136,1,59). Sum of RGB (Red+Green+Blue) = 136+1+59=196 (25% of max value = 765). Red value is 136 (53.52% from 255 or 69.39% from 196); Green value is 1 (0.78% from 255 or 0.51% from 196); Blue value is 59 (23.44% from 255 or 30.10% from 196); Max value from RGB is 136 - color contains mainly: red. Hex color #88013B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #88013B is #77FEC4. Grayscale: #2F2F2F. Windows color (decimal): -7864005 or 3867016. OLE color: 3867016.
HSL color Cylindrical-coordinate representation of color #88013B: hue angle of 334.22º 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 #88013B is Cyan = 0, Magento = 0.99, Yellow = 0.57 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 1 | 59 | - |
| CMYK | 0 | 0.99 | 0.57 | 0.47 |
| HSL | 334.22º | 0.99% | 0.27% | - |
| HSV(B) | 334.22º | 0.99% | 0.53% | - |
| XYZ | 10.95 | 5.57 | 4.64 | - |
| YUV | 47.98 | 134.23 | 190.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 1 | 59 | 0 | 0.99 | 0.57 | 0.47 | 334.22 | 0.99 | 0.27 |
| Hex | 88 | 1 | 3B | 0 | 63 | 39 | 2F | 14E | 63 | 1B |
| Octal | 210 | 1 | 73 | 0 | 143 | 71 | 57 | 516 | 143 | 33 |
| Binary | 10001000 | 1 | 111011 | 0 | 1100011 | 111001 | 101111 | 101001110 | 1100011 | 11011 |
Color Harmonies of #88013B
Complementary color
Monochromatic Colors of #88013B
Black with #88013B
Text Example
Text Example
White with #88013B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88013B; }
p { color: rgb(136,1,59); }
H1.HeaderClassName
{
color: #88013B;
}
.AnyTagClassName
{
color: #88013B;
}
</style>
background-color css
<style>
a { background-color: #88013B; }
a { background-color: rgb(136,1,59); }
div.DivClassName
{
background-color: #88013B;
}
.BgClassName
{
background-color: #88013B;
}
</style>
border-color css
<style>
span { border-color: #88013B; }
span { border-color: rgb(136,1,59); }
td.TdClassName
{
border-color: #88013B;
}
.TagClassName
{
border-color: #88013B;
}
</style>