Shades of Burgundy #870D3D
Tints of Burgundy #870D3D
RGB
CMYK
RGB Variations
Color information
#870D3D (or 0x870D3D) is known color: Burgundy. HEX triplet: 87, 0D and 3D. RGB value is (135,13,61). Sum of RGB (Red+Green+Blue) = 135+13+61=209 (27% of max value = 765). Red value is 135 (53.12% from 255 or 64.59% from 209); Green value is 13 (5.47% from 255 or 6.22% from 209); Blue value is 61 (24.22% from 255 or 29.19% from 209); Max value from RGB is 135 - color contains mainly: red. Hex color #870D3D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870D3D is #78F2C2. Grayscale: #363636. Windows color (decimal): -7926467 or 4001159. OLE color: 4001159.
HSL color Cylindrical-coordinate representation of color #870D3D: hue angle of 336.39º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #870D3D is Cyan = 0, Magento = 0.90, Yellow = 0.55 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 13 | 61 | - |
| CMYK | 0 | 0.90 | 0.55 | 0.47 |
| HSL | 336.39º | 0.82% | 0.29% | - |
| HSV(B) | 336.39º | 0.9% | 0.53% | - |
| XYZ | 10.98 | 5.78 | 4.95 | - |
| YUV | 54.95 | 131.42 | 185.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 13 | 61 | 0 | 0.90 | 0.55 | 0.47 | 336.39 | 0.82 | 0.29 |
| Hex | 87 | D | 3D | 0 | 5A | 37 | 2F | 150 | 52 | 1D |
| Octal | 207 | 15 | 75 | 0 | 132 | 67 | 57 | 520 | 122 | 35 |
| Binary | 10000111 | 1101 | 111101 | 0 | 1011010 | 110111 | 101111 | 101010000 | 1010010 | 11101 |
Color Harmonies of #870D3D
Complementary color
Monochromatic Colors of #870D3D
Black with #870D3D
Text Example
Text Example
White with #870D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870D3D; }
p { color: rgb(135,13,61); }
H1.HeaderClassName
{
color: #870D3D;
}
.AnyTagClassName
{
color: #870D3D;
}
</style>
background-color css
<style>
a { background-color: #870D3D; }
a { background-color: rgb(135,13,61); }
div.DivClassName
{
background-color: #870D3D;
}
.BgClassName
{
background-color: #870D3D;
}
</style>
border-color css
<style>
span { border-color: #870D3D; }
span { border-color: rgb(135,13,61); }
td.TdClassName
{
border-color: #870D3D;
}
.TagClassName
{
border-color: #870D3D;
}
</style>