Shades of Burgundy #870C26
Tints of Burgundy #870C26
RGB
CMYK
RGB Variations
Color information
#870C26 (or 0x870C26) is known color: Burgundy. HEX triplet: 87, 0C and 26. RGB value is (135,12,38). Sum of RGB (Red+Green+Blue) = 135+12+38=185 (24% of max value = 765). Red value is 135 (53.12% from 255 or 72.97% from 185); Green value is 12 (5.08% from 255 or 6.49% from 185); Blue value is 38 (15.23% from 255 or 20.54% from 185); Max value from RGB is 135 - color contains mainly: red. Hex color #870C26 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870C26 is #78F3D9. Grayscale: #333333. Windows color (decimal): -7926746 or 2493575. OLE color: 2493575.
HSL color Cylindrical-coordinate representation of color #870C26: hue angle of 347.32º 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 #870C26 is Cyan = 0, Magento = 0.91, Yellow = 0.72 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 12 | 38 | - |
| CMYK | 0 | 0.91 | 0.72 | 0.47 |
| HSL | 347.32º | 0.84% | 0.29% | - |
| HSV(B) | 347.32º | 0.91% | 0.53% | - |
| XYZ | 10.47 | 5.55 | 2.35 | - |
| YUV | 51.74 | 120.25 | 187.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 12 | 38 | 0 | 0.91 | 0.72 | 0.47 | 347.32 | 0.84 | 0.29 |
| Hex | 87 | C | 26 | 0 | 5B | 48 | 2F | 15B | 54 | 1D |
| Octal | 207 | 14 | 46 | 0 | 133 | 110 | 57 | 533 | 124 | 35 |
| Binary | 10000111 | 1100 | 100110 | 0 | 1011011 | 1001000 | 101111 | 101011011 | 1010100 | 11101 |
Color Harmonies of #870C26
Complementary color
Monochromatic Colors of #870C26
Black with #870C26
Text Example
Text Example
White with #870C26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870C26; }
p { color: rgb(135,12,38); }
H1.HeaderClassName
{
color: #870C26;
}
.AnyTagClassName
{
color: #870C26;
}
</style>
background-color css
<style>
a { background-color: #870C26; }
a { background-color: rgb(135,12,38); }
div.DivClassName
{
background-color: #870C26;
}
.BgClassName
{
background-color: #870C26;
}
</style>
border-color css
<style>
span { border-color: #870C26; }
span { border-color: rgb(135,12,38); }
td.TdClassName
{
border-color: #870C26;
}
.TagClassName
{
border-color: #870C26;
}
</style>