Shades of Burgundy #87102D
Tints of Burgundy #87102D
RGB
CMYK
RGB Variations
Color information
#87102D (or 0x87102D) is known color: Burgundy. HEX triplet: 87, 10 and 2D. RGB value is (135,16,45). Sum of RGB (Red+Green+Blue) = 135+16+45=196 (25% of max value = 765). Red value is 135 (53.12% from 255 or 68.88% from 196); Green value is 16 (6.64% from 255 or 8.16% from 196); Blue value is 45 (17.97% from 255 or 22.96% from 196); Max value from RGB is 135 - color contains mainly: red. Hex color #87102D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #87102D is #78EFD2. Grayscale: #363636. Windows color (decimal): -7925715 or 2953351. OLE color: 2953351.
HSL color Cylindrical-coordinate representation of color #87102D: hue angle of 345.38º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #87102D is Cyan = 0, Magento = 0.88, Yellow = 0.67 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 16 | 45 | - |
| CMYK | 0 | 0.88 | 0.67 | 0.47 |
| HSL | 345.38º | 0.79% | 0.3% | - |
| HSV(B) | 345.38º | 0.88% | 0.53% | - |
| XYZ | 10.65 | 5.71 | 3.02 | - |
| YUV | 54.89 | 122.42 | 185.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 16 | 45 | 0 | 0.88 | 0.67 | 0.47 | 345.38 | 0.79 | 0.3 |
| Hex | 87 | 10 | 2D | 0 | 58 | 43 | 2F | 159 | 4F | 1E |
| Octal | 207 | 20 | 55 | 0 | 130 | 103 | 57 | 531 | 117 | 36 |
| Binary | 10000111 | 10000 | 101101 | 0 | 1011000 | 1000011 | 101111 | 101011001 | 1001111 | 11110 |
Color Harmonies of #87102D
Complementary color
Monochromatic Colors of #87102D
Black with #87102D
Text Example
Text Example
White with #87102D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87102D; }
p { color: rgb(135,16,45); }
H1.HeaderClassName
{
color: #87102D;
}
.AnyTagClassName
{
color: #87102D;
}
</style>
background-color css
<style>
a { background-color: #87102D; }
a { background-color: rgb(135,16,45); }
div.DivClassName
{
background-color: #87102D;
}
.BgClassName
{
background-color: #87102D;
}
</style>
border-color css
<style>
span { border-color: #87102D; }
span { border-color: rgb(135,16,45); }
td.TdClassName
{
border-color: #87102D;
}
.TagClassName
{
border-color: #87102D;
}
</style>