Shades of Cosmic #84516B
Tints of Cosmic #84516B
RGB
CMYK
RGB Variations
Color information
#84516B (or 0x84516B) is known color: Cosmic. HEX triplet: 84, 51 and 6B. RGB value is (132,81,107). Sum of RGB (Red+Green+Blue) = 132+81+107=320 (42% of max value = 765). Red value is 132 (51.95% from 255 or 41.25% from 320); Green value is 81 (32.03% from 255 or 25.31% from 320); Blue value is 107 (42.19% from 255 or 33.44% from 320); Max value from RGB is 132 - color contains mainly: red. Hex color #84516B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84516B is #7BAE94. Grayscale: #636363. Windows color (decimal): -8105621 or 7033220. OLE color: 7033220.
HSL color Cylindrical-coordinate representation of color #84516B: hue angle of 329.41º 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 #84516B is Cyan = 0, Magento = 0.39, Yellow = 0.19 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 81 | 107 | - |
| CMYK | 0 | 0.39 | 0.19 | 0.48 |
| HSL | 329.41º | 0.24% | 0.42% | - |
| HSV(B) | 329.41º | 0.39% | 0.52% | - |
| XYZ | 15.11 | 11.85 | 15.4 | - |
| YUV | 99.21 | 132.4 | 151.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 81 | 107 | 0 | 0.39 | 0.19 | 0.48 | 329.41 | 0.24 | 0.42 |
| Hex | 84 | 51 | 6B | 0 | 27 | 13 | 30 | 149 | 18 | 2A |
| Octal | 204 | 121 | 153 | 0 | 47 | 23 | 60 | 511 | 30 | 52 |
| Binary | 10000100 | 1010001 | 1101011 | 0 | 100111 | 10011 | 110000 | 101001001 | 11000 | 101010 |
Color Harmonies of #84516B
Complementary color
Monochromatic Colors of #84516B
Black with #84516B
Text Example
Text Example
White with #84516B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84516B; }
p { color: rgb(132,81,107); }
H1.HeaderClassName
{
color: #84516B;
}
.AnyTagClassName
{
color: #84516B;
}
</style>
background-color css
<style>
a { background-color: #84516B; }
a { background-color: rgb(132,81,107); }
div.DivClassName
{
background-color: #84516B;
}
.BgClassName
{
background-color: #84516B;
}
</style>
border-color css
<style>
span { border-color: #84516B; }
span { border-color: rgb(132,81,107); }
td.TdClassName
{
border-color: #84516B;
}
.TagClassName
{
border-color: #84516B;
}
</style>