Shades of Cosmic #87516D
Tints of Cosmic #87516D
RGB
CMYK
RGB Variations
Color information
#87516D (or 0x87516D) is known color: Cosmic. HEX triplet: 87, 51 and 6D. RGB value is (135,81,109). Sum of RGB (Red+Green+Blue) = 135+81+109=325 (43% of max value = 765). Red value is 135 (53.12% from 255 or 41.54% from 325); Green value is 81 (32.03% from 255 or 24.92% from 325); Blue value is 109 (42.97% from 255 or 33.54% from 325); Max value from RGB is 135 - color contains mainly: red. Hex color #87516D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87516D is #78AE92. Grayscale: #646464. Windows color (decimal): -7909011 or 7164295. OLE color: 7164295.
HSL color Cylindrical-coordinate representation of color #87516D: hue angle of 328.89º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #87516D is Cyan = 0, Magento = 0.40, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 81 | 109 | - |
| CMYK | 0 | 0.40 | 0.19 | 0.47 |
| HSL | 328.89º | 0.25% | 0.42% | - |
| HSV(B) | 328.89º | 0.4% | 0.53% | - |
| XYZ | 15.69 | 12.14 | 15.98 | - |
| YUV | 100.34 | 132.89 | 152.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 81 | 109 | 0 | 0.40 | 0.19 | 0.47 | 328.89 | 0.25 | 0.42 |
| Hex | 87 | 51 | 6D | 0 | 28 | 13 | 2F | 149 | 19 | 2A |
| Octal | 207 | 121 | 155 | 0 | 50 | 23 | 57 | 511 | 31 | 52 |
| Binary | 10000111 | 1010001 | 1101101 | 0 | 101000 | 10011 | 101111 | 101001001 | 11001 | 101010 |
Color Harmonies of #87516D
Complementary color
Monochromatic Colors of #87516D
Black with #87516D
Text Example
Text Example
White with #87516D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87516D; }
p { color: rgb(135,81,109); }
H1.HeaderClassName
{
color: #87516D;
}
.AnyTagClassName
{
color: #87516D;
}
</style>
background-color css
<style>
a { background-color: #87516D; }
a { background-color: rgb(135,81,109); }
div.DivClassName
{
background-color: #87516D;
}
.BgClassName
{
background-color: #87516D;
}
</style>
border-color css
<style>
span { border-color: #87516D; }
span { border-color: rgb(135,81,109); }
td.TdClassName
{
border-color: #87516D;
}
.TagClassName
{
border-color: #87516D;
}
</style>