Shades of Cosmic #81416F
Tints of Cosmic #81416F
RGB
CMYK
RGB Variations
Color information
#81416F (or 0x81416F) is known color: Cosmic. HEX triplet: 81, 41 and 6F. RGB value is (129,65,111). Sum of RGB (Red+Green+Blue) = 129+65+111=305 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.30% from 305); Green value is 65 (25.78% from 255 or 21.31% from 305); Blue value is 111 (43.75% from 255 or 36.39% from 305); Max value from RGB is 129 - color contains mainly: red. Hex color #81416F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #81416F is #7EBE90. Grayscale: #595959. Windows color (decimal): -8306321 or 7291265. OLE color: 7291265.
HSL color Cylindrical-coordinate representation of color #81416F: hue angle of 316.88º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #81416F is Cyan = 0, Magento = 0.50, Yellow = 0.14 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 65 | 111 | - |
| CMYK | 0 | 0.50 | 0.14 | 0.49 |
| HSL | 316.88º | 0.33% | 0.38% | - |
| HSV(B) | 316.88º | 0.5% | 0.51% | - |
| XYZ | 13.81 | 9.6 | 16.16 | - |
| YUV | 89.38 | 140.2 | 156.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 65 | 111 | 0 | 0.50 | 0.14 | 0.49 | 316.88 | 0.33 | 0.38 |
| Hex | 81 | 41 | 6F | 0 | 32 | E | 31 | 13D | 21 | 26 |
| Octal | 201 | 101 | 157 | 0 | 62 | 16 | 61 | 475 | 41 | 46 |
| Binary | 10000001 | 1000001 | 1101111 | 0 | 110010 | 1110 | 110001 | 100111101 | 100001 | 100110 |
Color Harmonies of #81416F
Complementary color
Monochromatic Colors of #81416F
Black with #81416F
Text Example
Text Example
White with #81416F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81416F; }
p { color: rgb(129,65,111); }
H1.HeaderClassName
{
color: #81416F;
}
.AnyTagClassName
{
color: #81416F;
}
</style>
background-color css
<style>
a { background-color: #81416F; }
a { background-color: rgb(129,65,111); }
div.DivClassName
{
background-color: #81416F;
}
.BgClassName
{
background-color: #81416F;
}
</style>
border-color css
<style>
span { border-color: #81416F; }
span { border-color: rgb(129,65,111); }
td.TdClassName
{
border-color: #81416F;
}
.TagClassName
{
border-color: #81416F;
}
</style>