Shades of Cosmic #84465D
Tints of Cosmic #84465D
RGB
CMYK
RGB Variations
Color information
#84465D (or 0x84465D) is known color: Cosmic. HEX triplet: 84, 46 and 5D. RGB value is (132,70,93). Sum of RGB (Red+Green+Blue) = 132+70+93=295 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.75% from 295); Green value is 70 (27.73% from 255 or 23.73% from 295); Blue value is 93 (36.72% from 255 or 31.53% from 295); Max value from RGB is 132 - color contains mainly: red. Hex color #84465D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84465D is #7BB9A2. Grayscale: #5B5B5B. Windows color (decimal): -8108451 or 6112900. OLE color: 6112900.
HSL color Cylindrical-coordinate representation of color #84465D: hue angle of 337.74º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #84465D is Cyan = 0, Magento = 0.47, Yellow = 0.30 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 70 | 93 | - |
| CMYK | 0 | 0.47 | 0.30 | 0.48 |
| HSL | 337.74º | 0.31% | 0.4% | - |
| HSV(B) | 337.74º | 0.47% | 0.52% | - |
| XYZ | 13.68 | 10.08 | 11.58 | - |
| YUV | 91.16 | 129.04 | 157.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 70 | 93 | 0 | 0.47 | 0.30 | 0.48 | 337.74 | 0.31 | 0.4 |
| Hex | 84 | 46 | 5D | 0 | 2F | 1E | 30 | 152 | 1F | 28 |
| Octal | 204 | 106 | 135 | 0 | 57 | 36 | 60 | 522 | 37 | 50 |
| Binary | 10000100 | 1000110 | 1011101 | 0 | 101111 | 11110 | 110000 | 101010010 | 11111 | 101000 |
Color Harmonies of #84465D
Complementary color
Monochromatic Colors of #84465D
Black with #84465D
Text Example
Text Example
White with #84465D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84465D; }
p { color: rgb(132,70,93); }
H1.HeaderClassName
{
color: #84465D;
}
.AnyTagClassName
{
color: #84465D;
}
</style>
background-color css
<style>
a { background-color: #84465D; }
a { background-color: rgb(132,70,93); }
div.DivClassName
{
background-color: #84465D;
}
.BgClassName
{
background-color: #84465D;
}
</style>
border-color css
<style>
span { border-color: #84465D; }
span { border-color: rgb(132,70,93); }
td.TdClassName
{
border-color: #84465D;
}
.TagClassName
{
border-color: #84465D;
}
</style>