Shades of Burgundy #870C25
Tints of Burgundy #870C25
RGB
CMYK
RGB Variations
Color information
#870C25 (or 0x870C25) is known color: Burgundy. HEX triplet: 87, 0C and 25. RGB value is (135,12,37). Sum of RGB (Red+Green+Blue) = 135+12+37=184 (24% of max value = 765). Red value is 135 (53.12% from 255 or 73.37% from 184); Green value is 12 (5.08% from 255 or 6.52% from 184); Blue value is 37 (14.84% from 255 or 20.11% from 184); Max value from RGB is 135 - color contains mainly: red. Hex color #870C25 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870C25 is #78F3DA. Grayscale: #333333. Windows color (decimal): -7926747 or 2428039. OLE color: 2428039.
HSL color Cylindrical-coordinate representation of color #870C25: hue angle of 347.8º 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 #870C25 is Cyan = 0, Magento = 0.91, Yellow = 0.73 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 12 | 37 | - |
| CMYK | 0 | 0.91 | 0.73 | 0.47 |
| HSL | 347.8º | 0.84% | 0.29% | - |
| HSV(B) | 347.8º | 0.91% | 0.53% | - |
| XYZ | 10.46 | 5.55 | 2.27 | - |
| YUV | 51.63 | 119.75 | 187.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 12 | 37 | 0 | 0.91 | 0.73 | 0.47 | 347.8 | 0.84 | 0.29 |
| Hex | 87 | C | 25 | 0 | 5B | 49 | 2F | 15C | 54 | 1D |
| Octal | 207 | 14 | 45 | 0 | 133 | 111 | 57 | 534 | 124 | 35 |
| Binary | 10000111 | 1100 | 100101 | 0 | 1011011 | 1001001 | 101111 | 101011100 | 1010100 | 11101 |
Color Harmonies of #870C25
Complementary color
Monochromatic Colors of #870C25
Black with #870C25
Text Example
Text Example
White with #870C25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870C25; }
p { color: rgb(135,12,37); }
H1.HeaderClassName
{
color: #870C25;
}
.AnyTagClassName
{
color: #870C25;
}
</style>
background-color css
<style>
a { background-color: #870C25; }
a { background-color: rgb(135,12,37); }
div.DivClassName
{
background-color: #870C25;
}
.BgClassName
{
background-color: #870C25;
}
</style>
border-color css
<style>
span { border-color: #870C25; }
span { border-color: rgb(135,12,37); }
td.TdClassName
{
border-color: #870C25;
}
.TagClassName
{
border-color: #870C25;
}
</style>