Shades of Cosmic #84445D
Tints of Cosmic #84445D
RGB
CMYK
RGB Variations
Color information
#84445D (or 0x84445D) is known color: Cosmic. HEX triplet: 84, 44 and 5D. RGB value is (132,68,93). Sum of RGB (Red+Green+Blue) = 132+68+93=293 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.05% from 293); Green value is 68 (26.95% from 255 or 23.21% from 293); Blue value is 93 (36.72% from 255 or 31.74% from 293); Max value from RGB is 132 - color contains mainly: red. Hex color #84445D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84445D is #7BBBA2. Grayscale: #595959. Windows color (decimal): -8108963 or 6112388. OLE color: 6112388.
HSL color Cylindrical-coordinate representation of color #84445D: hue angle of 336.56º degrees, saturation: 0.32, 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 #84445D is Cyan = 0, Magento = 0.48, Yellow = 0.30 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 68 | 93 | - |
| CMYK | 0 | 0.48 | 0.30 | 0.48 |
| HSL | 336.56º | 0.32% | 0.39% | - |
| HSV(B) | 336.56º | 0.48% | 0.52% | - |
| XYZ | 13.56 | 9.83 | 11.54 | - |
| YUV | 89.99 | 129.7 | 157.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 68 | 93 | 0 | 0.48 | 0.30 | 0.48 | 336.56 | 0.32 | 0.39 |
| Hex | 84 | 44 | 5D | 0 | 30 | 1E | 30 | 151 | 20 | 27 |
| Octal | 204 | 104 | 135 | 0 | 60 | 36 | 60 | 521 | 40 | 47 |
| Binary | 10000100 | 1000100 | 1011101 | 0 | 110000 | 11110 | 110000 | 101010001 | 100000 | 100111 |
Color Harmonies of #84445D
Complementary color
Monochromatic Colors of #84445D
Black with #84445D
Text Example
Text Example
White with #84445D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84445D; }
p { color: rgb(132,68,93); }
H1.HeaderClassName
{
color: #84445D;
}
.AnyTagClassName
{
color: #84445D;
}
</style>
background-color css
<style>
a { background-color: #84445D; }
a { background-color: rgb(132,68,93); }
div.DivClassName
{
background-color: #84445D;
}
.BgClassName
{
background-color: #84445D;
}
</style>
border-color css
<style>
span { border-color: #84445D; }
span { border-color: rgb(132,68,93); }
td.TdClassName
{
border-color: #84445D;
}
.TagClassName
{
border-color: #84445D;
}
</style>