Shades of Cosmic #81486F
Tints of Cosmic #81486F
RGB
CMYK
RGB Variations
Color information
#81486F (or 0x81486F) is known color: Cosmic. HEX triplet: 81, 48 and 6F. RGB value is (129,72,111). Sum of RGB (Red+Green+Blue) = 129+72+111=312 (41% of max value = 765). Red value is 129 (50.78% from 255 or 41.35% from 312); Green value is 72 (28.52% from 255 or 23.08% from 312); Blue value is 111 (43.75% from 255 or 35.58% from 312); Max value from RGB is 129 - color contains mainly: red. Hex color #81486F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #81486F is #7EB790. Grayscale: #5D5D5D. Windows color (decimal): -8304529 or 7293057. OLE color: 7293057.
HSL color Cylindrical-coordinate representation of color #81486F: hue angle of 318.95º 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 #81486F is Cyan = 0, Magento = 0.44, Yellow = 0.14 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 72 | 111 | - |
| CMYK | 0 | 0.44 | 0.14 | 0.49 |
| HSL | 318.95º | 0.28% | 0.39% | - |
| HSV(B) | 318.95º | 0.44% | 0.51% | - |
| XYZ | 14.24 | 10.45 | 16.31 | - |
| YUV | 93.49 | 137.88 | 153.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 72 | 111 | 0 | 0.44 | 0.14 | 0.49 | 318.95 | 0.28 | 0.39 |
| Hex | 81 | 48 | 6F | 0 | 2C | E | 31 | 13F | 1C | 27 |
| Octal | 201 | 110 | 157 | 0 | 54 | 16 | 61 | 477 | 34 | 47 |
| Binary | 10000001 | 1001000 | 1101111 | 0 | 101100 | 1110 | 110001 | 100111111 | 11100 | 100111 |
Color Harmonies of #81486F
Complementary color
Monochromatic Colors of #81486F
Black with #81486F
Text Example
Text Example
White with #81486F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81486F; }
p { color: rgb(129,72,111); }
H1.HeaderClassName
{
color: #81486F;
}
.AnyTagClassName
{
color: #81486F;
}
</style>
background-color css
<style>
a { background-color: #81486F; }
a { background-color: rgb(129,72,111); }
div.DivClassName
{
background-color: #81486F;
}
.BgClassName
{
background-color: #81486F;
}
</style>
border-color css
<style>
span { border-color: #81486F; }
span { border-color: rgb(129,72,111); }
td.TdClassName
{
border-color: #81486F;
}
.TagClassName
{
border-color: #81486F;
}
</style>