Shades of Cosmic #84596F
Tints of Cosmic #84596F
RGB
CMYK
RGB Variations
Color information
#84596F (or 0x84596F) is known color: Cosmic. HEX triplet: 84, 59 and 6F. RGB value is (132,89,111). Sum of RGB (Red+Green+Blue) = 132+89+111=332 (43% of max value = 765). Red value is 132 (51.95% from 255 or 39.76% from 332); Green value is 89 (35.16% from 255 or 26.81% from 332); Blue value is 111 (43.75% from 255 or 33.43% from 332); Max value from RGB is 132 - color contains mainly: red. Hex color #84596F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84596F is #7BA690. Grayscale: #686868. Windows color (decimal): -8103569 or 7297412. OLE color: 7297412.
HSL color Cylindrical-coordinate representation of color #84596F: hue angle of 329.3º degrees, saturation: 0.19, 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 #84596F is Cyan = 0, Magento = 0.33, Yellow = 0.16 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 89 | 111 | - |
| CMYK | 0 | 0.33 | 0.16 | 0.48 |
| HSL | 329.3º | 0.19% | 0.43% | - |
| HSV(B) | 329.3º | 0.33% | 0.52% | - |
| XYZ | 15.96 | 13.2 | 16.75 | - |
| YUV | 104.37 | 131.75 | 147.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 89 | 111 | 0 | 0.33 | 0.16 | 0.48 | 329.3 | 0.19 | 0.43 |
| Hex | 84 | 59 | 6F | 0 | 21 | 10 | 30 | 149 | 13 | 2B |
| Octal | 204 | 131 | 157 | 0 | 41 | 20 | 60 | 511 | 23 | 53 |
| Binary | 10000100 | 1011001 | 1101111 | 0 | 100001 | 10000 | 110000 | 101001001 | 10011 | 101011 |
Color Harmonies of #84596F
Complementary color
Monochromatic Colors of #84596F
Black with #84596F
Text Example
Text Example
White with #84596F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84596F; }
p { color: rgb(132,89,111); }
H1.HeaderClassName
{
color: #84596F;
}
.AnyTagClassName
{
color: #84596F;
}
</style>
background-color css
<style>
a { background-color: #84596F; }
a { background-color: rgb(132,89,111); }
div.DivClassName
{
background-color: #84596F;
}
.BgClassName
{
background-color: #84596F;
}
</style>
border-color css
<style>
span { border-color: #84596F; }
span { border-color: rgb(132,89,111); }
td.TdClassName
{
border-color: #84596F;
}
.TagClassName
{
border-color: #84596F;
}
</style>