Shades of Cosmic #84516F
Tints of Cosmic #84516F
RGB
CMYK
RGB Variations
Color information
#84516F (or 0x84516F) is known color: Cosmic. HEX triplet: 84, 51 and 6F. RGB value is (132,81,111). Sum of RGB (Red+Green+Blue) = 132+81+111=324 (42% of max value = 765). Red value is 132 (51.95% from 255 or 40.74% from 324); Green value is 81 (32.03% from 255 or 25% from 324); Blue value is 111 (43.75% from 255 or 34.26% from 324); Max value from RGB is 132 - color contains mainly: red. Hex color #84516F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84516F is #7BAE90. Grayscale: #636363. Windows color (decimal): -8105617 or 7295364. OLE color: 7295364.
HSL color Cylindrical-coordinate representation of color #84516F: hue angle of 324.71º 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 #84516F is Cyan = 0, Magento = 0.39, Yellow = 0.16 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 81 | 111 | - |
| CMYK | 0 | 0.39 | 0.16 | 0.48 |
| HSL | 324.71º | 0.24% | 0.42% | - |
| HSV(B) | 324.71º | 0.39% | 0.52% | - |
| XYZ | 15.33 | 11.94 | 16.54 | - |
| YUV | 99.67 | 134.4 | 151.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 81 | 111 | 0 | 0.39 | 0.16 | 0.48 | 324.71 | 0.24 | 0.42 |
| Hex | 84 | 51 | 6F | 0 | 27 | 10 | 30 | 145 | 18 | 2A |
| Octal | 204 | 121 | 157 | 0 | 47 | 20 | 60 | 505 | 30 | 52 |
| Binary | 10000100 | 1010001 | 1101111 | 0 | 100111 | 10000 | 110000 | 101000101 | 11000 | 101010 |
Color Harmonies of #84516F
Complementary color
Monochromatic Colors of #84516F
Black with #84516F
Text Example
Text Example
White with #84516F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84516F; }
p { color: rgb(132,81,111); }
H1.HeaderClassName
{
color: #84516F;
}
.AnyTagClassName
{
color: #84516F;
}
</style>
background-color css
<style>
a { background-color: #84516F; }
a { background-color: rgb(132,81,111); }
div.DivClassName
{
background-color: #84516F;
}
.BgClassName
{
background-color: #84516F;
}
</style>
border-color css
<style>
span { border-color: #84516F; }
span { border-color: rgb(132,81,111); }
td.TdClassName
{
border-color: #84516F;
}
.TagClassName
{
border-color: #84516F;
}
</style>