Shades of Cosmic #84405F
Tints of Cosmic #84405F
RGB
CMYK
RGB Variations
Color information
#84405F (or 0x84405F) is known color: Cosmic. HEX triplet: 84, 40 and 5F. RGB value is (132,64,95). Sum of RGB (Red+Green+Blue) = 132+64+95=291 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.36% from 291); Green value is 64 (25.39% from 255 or 21.99% from 291); Blue value is 95 (37.5% from 255 or 32.65% from 291); Max value from RGB is 132 - color contains mainly: red. Hex color #84405F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84405F is #7BBFA0. Grayscale: #575757. Windows color (decimal): -8109985 or 6242436. OLE color: 6242436.
HSL color Cylindrical-coordinate representation of color #84405F: hue angle of 332.65º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #84405F is Cyan = 0, Magento = 0.52, Yellow = 0.28 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 64 | 95 | - |
| CMYK | 0 | 0.52 | 0.28 | 0.48 |
| HSL | 332.65º | 0.35% | 0.38% | - |
| HSV(B) | 332.65º | 0.52% | 0.52% | - |
| XYZ | 13.41 | 9.4 | 11.93 | - |
| YUV | 87.87 | 132.03 | 159.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 64 | 95 | 0 | 0.52 | 0.28 | 0.48 | 332.65 | 0.35 | 0.38 |
| Hex | 84 | 40 | 5F | 0 | 34 | 1C | 30 | 14D | 23 | 26 |
| Octal | 204 | 100 | 137 | 0 | 64 | 34 | 60 | 515 | 43 | 46 |
| Binary | 10000100 | 1000000 | 1011111 | 0 | 110100 | 11100 | 110000 | 101001101 | 100011 | 100110 |
Color Harmonies of #84405F
Complementary color
Monochromatic Colors of #84405F
Black with #84405F
Text Example
Text Example
White with #84405F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84405F; }
p { color: rgb(132,64,95); }
H1.HeaderClassName
{
color: #84405F;
}
.AnyTagClassName
{
color: #84405F;
}
</style>
background-color css
<style>
a { background-color: #84405F; }
a { background-color: rgb(132,64,95); }
div.DivClassName
{
background-color: #84405F;
}
.BgClassName
{
background-color: #84405F;
}
</style>
border-color css
<style>
span { border-color: #84405F; }
span { border-color: rgb(132,64,95); }
td.TdClassName
{
border-color: #84405F;
}
.TagClassName
{
border-color: #84405F;
}
</style>