Shades of Burgundy #870A1C
Tints of Burgundy #870A1C
RGB
CMYK
RGB Variations
Color information
#870A1C (or 0x870A1C) is known color: Burgundy. HEX triplet: 87, 0A and 1C. RGB value is (135,10,28). Sum of RGB (Red+Green+Blue) = 135+10+28=173 (22% of max value = 765). Red value is 135 (53.12% from 255 or 78.03% from 173); Green value is 10 (4.30% from 255 or 5.78% from 173); Blue value is 28 (11.33% from 255 or 16.18% from 173); Max value from RGB is 135 - color contains mainly: red. Hex color #870A1C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870A1C is #78F5E3. Grayscale: #313131. Windows color (decimal): -7927268 or 1837703. OLE color: 1837703.
HSL color Cylindrical-coordinate representation of color #870A1C: hue angle of 351.36º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #870A1C is Cyan = 0, Magento = 0.93, Yellow = 0.79 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 10 | 28 | - |
| CMYK | 0 | 0.93 | 0.79 | 0.47 |
| HSL | 351.36º | 0.86% | 0.28% | - |
| HSV(B) | 351.36º | 0.93% | 0.53% | - |
| XYZ | 10.31 | 5.45 | 1.61 | - |
| YUV | 49.43 | 115.91 | 189.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 10 | 28 | 0 | 0.93 | 0.79 | 0.47 | 351.36 | 0.86 | 0.28 |
| Hex | 87 | A | 1C | 0 | 5D | 4F | 2F | 15F | 56 | 1C |
| Octal | 207 | 12 | 34 | 0 | 135 | 117 | 57 | 537 | 126 | 34 |
| Binary | 10000111 | 1010 | 11100 | 0 | 1011101 | 1001111 | 101111 | 101011111 | 1010110 | 11100 |
Color Harmonies of #870A1C
Complementary color
Monochromatic Colors of #870A1C
Black with #870A1C
Text Example
Text Example
White with #870A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870A1C; }
p { color: rgb(135,10,28); }
H1.HeaderClassName
{
color: #870A1C;
}
.AnyTagClassName
{
color: #870A1C;
}
</style>
background-color css
<style>
a { background-color: #870A1C; }
a { background-color: rgb(135,10,28); }
div.DivClassName
{
background-color: #870A1C;
}
.BgClassName
{
background-color: #870A1C;
}
</style>
border-color css
<style>
span { border-color: #870A1C; }
span { border-color: rgb(135,10,28); }
td.TdClassName
{
border-color: #870A1C;
}
.TagClassName
{
border-color: #870A1C;
}
</style>