Shades of Cosmic #84455D
Tints of Cosmic #84455D
RGB
CMYK
RGB Variations
Color information
#84455D (or 0x84455D) is known color: Cosmic. HEX triplet: 84, 45 and 5D. RGB value is (132,69,93). Sum of RGB (Red+Green+Blue) = 132+69+93=294 (38% of max value = 765). Red value is 132 (51.95% from 255 or 44.90% from 294); Green value is 69 (27.34% from 255 or 23.47% from 294); Blue value is 93 (36.72% from 255 or 31.63% from 294); Max value from RGB is 132 - color contains mainly: red. Hex color #84455D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84455D is #7BBAA2. Grayscale: #5A5A5A. Windows color (decimal): -8108707 or 6112644. OLE color: 6112644.
HSL color Cylindrical-coordinate representation of color #84455D: hue angle of 337.14º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #84455D is Cyan = 0, Magento = 0.48, Yellow = 0.30 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 69 | 93 | - |
| CMYK | 0 | 0.48 | 0.30 | 0.48 |
| HSL | 337.14º | 0.31% | 0.39% | - |
| HSV(B) | 337.14º | 0.48% | 0.52% | - |
| XYZ | 13.62 | 9.95 | 11.56 | - |
| YUV | 90.57 | 129.37 | 157.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 69 | 93 | 0 | 0.48 | 0.30 | 0.48 | 337.14 | 0.31 | 0.39 |
| Hex | 84 | 45 | 5D | 0 | 30 | 1E | 30 | 151 | 1F | 27 |
| Octal | 204 | 105 | 135 | 0 | 60 | 36 | 60 | 521 | 37 | 47 |
| Binary | 10000100 | 1000101 | 1011101 | 0 | 110000 | 11110 | 110000 | 101010001 | 11111 | 100111 |
Color Harmonies of #84455D
Complementary color
Monochromatic Colors of #84455D
Black with #84455D
Text Example
Text Example
White with #84455D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84455D; }
p { color: rgb(132,69,93); }
H1.HeaderClassName
{
color: #84455D;
}
.AnyTagClassName
{
color: #84455D;
}
</style>
background-color css
<style>
a { background-color: #84455D; }
a { background-color: rgb(132,69,93); }
div.DivClassName
{
background-color: #84455D;
}
.BgClassName
{
background-color: #84455D;
}
</style>
border-color css
<style>
span { border-color: #84455D; }
span { border-color: rgb(132,69,93); }
td.TdClassName
{
border-color: #84455D;
}
.TagClassName
{
border-color: #84455D;
}
</style>