Shades of Cosmic #85516D
Tints of Cosmic #85516D
RGB
CMYK
RGB Variations
Color information
#85516D (or 0x85516D) is known color: Cosmic. HEX triplet: 85, 51 and 6D. RGB value is (133,81,109). Sum of RGB (Red+Green+Blue) = 133+81+109=323 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.18% from 323); Green value is 81 (32.03% from 255 or 25.08% from 323); Blue value is 109 (42.97% from 255 or 33.75% from 323); Max value from RGB is 133 - color contains mainly: red. Hex color #85516D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85516D is #7AAE92. Grayscale: #636363. Windows color (decimal): -8040083 or 7164293. OLE color: 7164293.
HSL color Cylindrical-coordinate representation of color #85516D: hue angle of 327.69º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #85516D is Cyan = 0, Magento = 0.39, Yellow = 0.18 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 81 | 109 | - |
| CMYK | 0 | 0.39 | 0.18 | 0.48 |
| HSL | 327.69º | 0.24% | 0.42% | - |
| HSV(B) | 327.69º | 0.39% | 0.52% | - |
| XYZ | 15.38 | 11.98 | 15.97 | - |
| YUV | 99.74 | 133.23 | 151.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 81 | 109 | 0 | 0.39 | 0.18 | 0.48 | 327.69 | 0.24 | 0.42 |
| Hex | 85 | 51 | 6D | 0 | 27 | 12 | 30 | 148 | 18 | 2A |
| Octal | 205 | 121 | 155 | 0 | 47 | 22 | 60 | 510 | 30 | 52 |
| Binary | 10000101 | 1010001 | 1101101 | 0 | 100111 | 10010 | 110000 | 101001000 | 11000 | 101010 |
Color Harmonies of #85516D
Complementary color
Monochromatic Colors of #85516D
Black with #85516D
Text Example
Text Example
White with #85516D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85516D; }
p { color: rgb(133,81,109); }
H1.HeaderClassName
{
color: #85516D;
}
.AnyTagClassName
{
color: #85516D;
}
</style>
background-color css
<style>
a { background-color: #85516D; }
a { background-color: rgb(133,81,109); }
div.DivClassName
{
background-color: #85516D;
}
.BgClassName
{
background-color: #85516D;
}
</style>
border-color css
<style>
span { border-color: #85516D; }
span { border-color: rgb(133,81,109); }
td.TdClassName
{
border-color: #85516D;
}
.TagClassName
{
border-color: #85516D;
}
</style>