Shades of Cosmic #81516E
Tints of Cosmic #81516E
RGB
CMYK
RGB Variations
Color information
#81516E (or 0x81516E) is known color: Cosmic. HEX triplet: 81, 51 and 6E. RGB value is (129,81,110). Sum of RGB (Red+Green+Blue) = 129+81+110=320 (42% of max value = 765). Red value is 129 (50.78% from 255 or 40.31% from 320); Green value is 81 (32.03% from 255 or 25.31% from 320); Blue value is 110 (43.36% from 255 or 34.38% from 320); Max value from RGB is 129 - color contains mainly: red. Hex color #81516E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81516E is #7EAE91. Grayscale: #626262. Windows color (decimal): -8302226 or 7229825. OLE color: 7229825.
HSL color Cylindrical-coordinate representation of color #81516E: hue angle of 323.75º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #81516E is Cyan = 0, Magento = 0.37, Yellow = 0.15 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 81 | 110 | - |
| CMYK | 0 | 0.37 | 0.15 | 0.49 |
| HSL | 323.75º | 0.23% | 0.41% | - |
| HSV(B) | 323.75º | 0.37% | 0.51% | - |
| XYZ | 14.81 | 11.68 | 16.23 | - |
| YUV | 98.66 | 134.4 | 149.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 81 | 110 | 0 | 0.37 | 0.15 | 0.49 | 323.75 | 0.23 | 0.41 |
| Hex | 81 | 51 | 6E | 0 | 25 | F | 31 | 144 | 17 | 29 |
| Octal | 201 | 121 | 156 | 0 | 45 | 17 | 61 | 504 | 27 | 51 |
| Binary | 10000001 | 1010001 | 1101110 | 0 | 100101 | 1111 | 110001 | 101000100 | 10111 | 101001 |
Color Harmonies of #81516E
Complementary color
Monochromatic Colors of #81516E
Black with #81516E
Text Example
Text Example
White with #81516E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81516E; }
p { color: rgb(129,81,110); }
H1.HeaderClassName
{
color: #81516E;
}
.AnyTagClassName
{
color: #81516E;
}
</style>
background-color css
<style>
a { background-color: #81516E; }
a { background-color: rgb(129,81,110); }
div.DivClassName
{
background-color: #81516E;
}
.BgClassName
{
background-color: #81516E;
}
</style>
border-color css
<style>
span { border-color: #81516E; }
span { border-color: rgb(129,81,110); }
td.TdClassName
{
border-color: #81516E;
}
.TagClassName
{
border-color: #81516E;
}
</style>