Shades of Cosmic #81486D
Tints of Cosmic #81486D
RGB
CMYK
RGB Variations
Color information
#81486D (or 0x81486D) is known color: Cosmic. HEX triplet: 81, 48 and 6D. RGB value is (129,72,109). Sum of RGB (Red+Green+Blue) = 129+72+109=310 (41% of max value = 765). Red value is 129 (50.78% from 255 or 41.61% from 310); Green value is 72 (28.52% from 255 or 23.23% from 310); Blue value is 109 (42.97% from 255 or 35.16% from 310); Max value from RGB is 129 - color contains mainly: red. Hex color #81486D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #81486D is #7EB792. Grayscale: #5D5D5D. Windows color (decimal): -8304531 or 7161985. OLE color: 7161985.
HSL color Cylindrical-coordinate representation of color #81486D: hue angle of 321.05º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #81486D is Cyan = 0, Magento = 0.44, Yellow = 0.16 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 72 | 109 | - |
| CMYK | 0 | 0.44 | 0.16 | 0.49 |
| HSL | 321.05º | 0.28% | 0.39% | - |
| HSV(B) | 321.05º | 0.44% | 0.51% | - |
| XYZ | 14.13 | 10.41 | 15.73 | - |
| YUV | 93.26 | 136.88 | 153.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 72 | 109 | 0 | 0.44 | 0.16 | 0.49 | 321.05 | 0.28 | 0.39 |
| Hex | 81 | 48 | 6D | 0 | 2C | 10 | 31 | 141 | 1C | 27 |
| Octal | 201 | 110 | 155 | 0 | 54 | 20 | 61 | 501 | 34 | 47 |
| Binary | 10000001 | 1001000 | 1101101 | 0 | 101100 | 10000 | 110001 | 101000001 | 11100 | 100111 |
Color Harmonies of #81486D
Complementary color
Monochromatic Colors of #81486D
Black with #81486D
Text Example
Text Example
White with #81486D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81486D; }
p { color: rgb(129,72,109); }
H1.HeaderClassName
{
color: #81486D;
}
.AnyTagClassName
{
color: #81486D;
}
</style>
background-color css
<style>
a { background-color: #81486D; }
a { background-color: rgb(129,72,109); }
div.DivClassName
{
background-color: #81486D;
}
.BgClassName
{
background-color: #81486D;
}
</style>
border-color css
<style>
span { border-color: #81486D; }
span { border-color: rgb(129,72,109); }
td.TdClassName
{
border-color: #81486D;
}
.TagClassName
{
border-color: #81486D;
}
</style>