Shades of Burgundy #870C2D
Tints of Burgundy #870C2D
RGB
CMYK
RGB Variations
Color information
#870C2D (or 0x870C2D) is known color: Burgundy. HEX triplet: 87, 0C and 2D. RGB value is (135,12,45). Sum of RGB (Red+Green+Blue) = 135+12+45=192 (25% of max value = 765). Red value is 135 (53.12% from 255 or 70.31% from 192); Green value is 12 (5.08% from 255 or 6.25% from 192); Blue value is 45 (17.97% from 255 or 23.44% from 192); Max value from RGB is 135 - color contains mainly: red. Hex color #870C2D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870C2D is #78F3D2. Grayscale: #343434. Windows color (decimal): -7926739 or 2952327. OLE color: 2952327.
HSL color Cylindrical-coordinate representation of color #870C2D: hue angle of 343.9º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #870C2D is Cyan = 0, Magento = 0.91, Yellow = 0.67 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 12 | 45 | - |
| CMYK | 0 | 0.91 | 0.67 | 0.47 |
| HSL | 343.9º | 0.84% | 0.29% | - |
| HSV(B) | 343.9º | 0.91% | 0.53% | - |
| XYZ | 10.6 | 5.6 | 3.01 | - |
| YUV | 52.54 | 123.75 | 186.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 12 | 45 | 0 | 0.91 | 0.67 | 0.47 | 343.9 | 0.84 | 0.29 |
| Hex | 87 | C | 2D | 0 | 5B | 43 | 2F | 158 | 54 | 1D |
| Octal | 207 | 14 | 55 | 0 | 133 | 103 | 57 | 530 | 124 | 35 |
| Binary | 10000111 | 1100 | 101101 | 0 | 1011011 | 1000011 | 101111 | 101011000 | 1010100 | 11101 |
Color Harmonies of #870C2D
Complementary color
Monochromatic Colors of #870C2D
Black with #870C2D
Text Example
Text Example
White with #870C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870C2D; }
p { color: rgb(135,12,45); }
H1.HeaderClassName
{
color: #870C2D;
}
.AnyTagClassName
{
color: #870C2D;
}
</style>
background-color css
<style>
a { background-color: #870C2D; }
a { background-color: rgb(135,12,45); }
div.DivClassName
{
background-color: #870C2D;
}
.BgClassName
{
background-color: #870C2D;
}
</style>
border-color css
<style>
span { border-color: #870C2D; }
span { border-color: rgb(135,12,45); }
td.TdClassName
{
border-color: #870C2D;
}
.TagClassName
{
border-color: #870C2D;
}
</style>