Shades of Cosmic #84586F
Tints of Cosmic #84586F
RGB
CMYK
RGB Variations
Color information
#84586F (or 0x84586F) is known color: Cosmic. HEX triplet: 84, 58 and 6F. RGB value is (132,88,111). Sum of RGB (Red+Green+Blue) = 132+88+111=331 (43% of max value = 765). Red value is 132 (51.95% from 255 or 39.88% from 331); Green value is 88 (34.77% from 255 or 26.59% from 331); Blue value is 111 (43.75% from 255 or 33.53% from 331); Max value from RGB is 132 - color contains mainly: red. Hex color #84586F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84586F is #7BA790. Grayscale: #676767. Windows color (decimal): -8103825 or 7297156. OLE color: 7297156.
HSL color Cylindrical-coordinate representation of color #84586F: hue angle of 328.64º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #84586F is Cyan = 0, Magento = 0.33, Yellow = 0.16 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 88 | 111 | - |
| CMYK | 0 | 0.33 | 0.16 | 0.48 |
| HSL | 328.64º | 0.2% | 0.43% | - |
| HSV(B) | 328.64º | 0.33% | 0.52% | - |
| XYZ | 15.87 | 13.03 | 16.72 | - |
| YUV | 103.78 | 132.08 | 148.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 88 | 111 | 0 | 0.33 | 0.16 | 0.48 | 328.64 | 0.2 | 0.43 |
| Hex | 84 | 58 | 6F | 0 | 21 | 10 | 30 | 149 | 14 | 2B |
| Octal | 204 | 130 | 157 | 0 | 41 | 20 | 60 | 511 | 24 | 53 |
| Binary | 10000100 | 1011000 | 1101111 | 0 | 100001 | 10000 | 110000 | 101001001 | 10100 | 101011 |
Color Harmonies of #84586F
Complementary color
Monochromatic Colors of #84586F
Black with #84586F
Text Example
Text Example
White with #84586F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84586F; }
p { color: rgb(132,88,111); }
H1.HeaderClassName
{
color: #84586F;
}
.AnyTagClassName
{
color: #84586F;
}
</style>
background-color css
<style>
a { background-color: #84586F; }
a { background-color: rgb(132,88,111); }
div.DivClassName
{
background-color: #84586F;
}
.BgClassName
{
background-color: #84586F;
}
</style>
border-color css
<style>
span { border-color: #84586F; }
span { border-color: rgb(132,88,111); }
td.TdClassName
{
border-color: #84586F;
}
.TagClassName
{
border-color: #84586F;
}
</style>