Shades of Burgundy #87003D
Tints of Burgundy #87003D
RGB
CMYK
RGB Variations
Color information
#87003D (or 0x87003D) is known color: Burgundy. HEX triplet: 87, 00 and 3D. RGB value is (135,0,61). Sum of RGB (Red+Green+Blue) = 135+0+61=196 (25% of max value = 765). Red value is 135 (53.12% from 255 or 68.88% from 196); Green value is 0 (0.39% from 255 or 0% from 196); Blue value is 61 (24.22% from 255 or 31.12% from 196); Max value from RGB is 135 - color contains mainly: red. Hex color #87003D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #87003D is #78FFC2. Grayscale: #2F2F2F. Windows color (decimal): -7929795 or 3997831. OLE color: 3997831.
HSL color Cylindrical-coordinate representation of color #87003D: hue angle of 332.89º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #87003D is Cyan = 0, Magento = 1, Yellow = 0.55 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 0 | 61 | - |
| CMYK | 0 | 1 | 0.55 | 0.47 |
| HSL | 332.89º | 1% | 0.26% | - |
| HSV(B) | 332.89º | 1% | 0.53% | - |
| XYZ | 10.83 | 5.49 | 4.9 | - |
| YUV | 47.32 | 135.73 | 190.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 0 | 61 | 0 | 1 | 0.55 | 0.47 | 332.89 | 1 | 0.26 |
| Hex | 87 | 0 | 3D | 0 | 64 | 37 | 2F | 14D | 64 | 1A |
| Octal | 207 | 0 | 75 | 0 | 144 | 67 | 57 | 515 | 144 | 32 |
| Binary | 10000111 | 0 | 111101 | 0 | 1100100 | 110111 | 101111 | 101001101 | 1100100 | 11010 |
Color Harmonies of #87003D
Complementary color
Monochromatic Colors of #87003D
Black with #87003D
Text Example
Text Example
White with #87003D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87003D; }
p { color: rgb(135,0,61); }
H1.HeaderClassName
{
color: #87003D;
}
.AnyTagClassName
{
color: #87003D;
}
</style>
background-color css
<style>
a { background-color: #87003D; }
a { background-color: rgb(135,0,61); }
div.DivClassName
{
background-color: #87003D;
}
.BgClassName
{
background-color: #87003D;
}
</style>
border-color css
<style>
span { border-color: #87003D; }
span { border-color: rgb(135,0,61); }
td.TdClassName
{
border-color: #87003D;
}
.TagClassName
{
border-color: #87003D;
}
</style>