Shades of Cosmic #84456D
Tints of Cosmic #84456D
RGB
CMYK
RGB Variations
Color information
#84456D (or 0x84456D) is known color: Cosmic. HEX triplet: 84, 45 and 6D. RGB value is (132,69,109). Sum of RGB (Red+Green+Blue) = 132+69+109=310 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.58% from 310); Green value is 69 (27.34% from 255 or 22.26% from 310); Blue value is 109 (42.97% from 255 or 35.16% from 310); Max value from RGB is 132 - color contains mainly: red. Hex color #84456D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84456D is #7BBA92. Grayscale: #5C5C5C. Windows color (decimal): -8108691 or 7161220. OLE color: 7161220.
HSL color Cylindrical-coordinate representation of color #84456D: hue angle of 321.9º 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 #84456D is Cyan = 0, Magento = 0.48, Yellow = 0.17 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 69 | 109 | - |
| CMYK | 0 | 0.48 | 0.17 | 0.48 |
| HSL | 321.9º | 0.31% | 0.39% | - |
| HSV(B) | 321.9º | 0.48% | 0.52% | - |
| XYZ | 14.4 | 10.27 | 15.69 | - |
| YUV | 92.4 | 137.37 | 156.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 69 | 109 | 0 | 0.48 | 0.17 | 0.48 | 321.9 | 0.31 | 0.39 |
| Hex | 84 | 45 | 6D | 0 | 30 | 11 | 30 | 142 | 1F | 27 |
| Octal | 204 | 105 | 155 | 0 | 60 | 21 | 60 | 502 | 37 | 47 |
| Binary | 10000100 | 1000101 | 1101101 | 0 | 110000 | 10001 | 110000 | 101000010 | 11111 | 100111 |
Color Harmonies of #84456D
Complementary color
Monochromatic Colors of #84456D
Black with #84456D
Text Example
Text Example
White with #84456D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84456D; }
p { color: rgb(132,69,109); }
H1.HeaderClassName
{
color: #84456D;
}
.AnyTagClassName
{
color: #84456D;
}
</style>
background-color css
<style>
a { background-color: #84456D; }
a { background-color: rgb(132,69,109); }
div.DivClassName
{
background-color: #84456D;
}
.BgClassName
{
background-color: #84456D;
}
</style>
border-color css
<style>
span { border-color: #84456D; }
span { border-color: rgb(132,69,109); }
td.TdClassName
{
border-color: #84456D;
}
.TagClassName
{
border-color: #84456D;
}
</style>