Shades of Cosmic #84416F
Tints of Cosmic #84416F
RGB
CMYK
RGB Variations
Color information
#84416F (or 0x84416F) is known color: Cosmic. HEX triplet: 84, 41 and 6F. RGB value is (132,65,111). Sum of RGB (Red+Green+Blue) = 132+65+111=308 (40% of max value = 765). Red value is 132 (51.95% from 255 or 42.86% from 308); Green value is 65 (25.78% from 255 or 21.10% from 308); Blue value is 111 (43.75% from 255 or 36.04% from 308); Max value from RGB is 132 - color contains mainly: red. Hex color #84416F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84416F is #7BBE90. Grayscale: #5A5A5A. Windows color (decimal): -8109713 or 7291268. OLE color: 7291268.
HSL color Cylindrical-coordinate representation of color #84416F: hue angle of 318.81º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #84416F is Cyan = 0, Magento = 0.51, Yellow = 0.16 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 65 | 111 | - |
| CMYK | 0 | 0.51 | 0.16 | 0.48 |
| HSL | 318.81º | 0.34% | 0.39% | - |
| HSV(B) | 318.81º | 0.51% | 0.52% | - |
| XYZ | 14.28 | 9.83 | 16.18 | - |
| YUV | 90.28 | 139.7 | 157.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 65 | 111 | 0 | 0.51 | 0.16 | 0.48 | 318.81 | 0.34 | 0.39 |
| Hex | 84 | 41 | 6F | 0 | 33 | 10 | 30 | 13F | 22 | 27 |
| Octal | 204 | 101 | 157 | 0 | 63 | 20 | 60 | 477 | 42 | 47 |
| Binary | 10000100 | 1000001 | 1101111 | 0 | 110011 | 10000 | 110000 | 100111111 | 100010 | 100111 |
Color Harmonies of #84416F
Complementary color
Monochromatic Colors of #84416F
Black with #84416F
Text Example
Text Example
White with #84416F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84416F; }
p { color: rgb(132,65,111); }
H1.HeaderClassName
{
color: #84416F;
}
.AnyTagClassName
{
color: #84416F;
}
</style>
background-color css
<style>
a { background-color: #84416F; }
a { background-color: rgb(132,65,111); }
div.DivClassName
{
background-color: #84416F;
}
.BgClassName
{
background-color: #84416F;
}
</style>
border-color css
<style>
span { border-color: #84416F; }
span { border-color: rgb(132,65,111); }
td.TdClassName
{
border-color: #84416F;
}
.TagClassName
{
border-color: #84416F;
}
</style>