Shades of Cosmic #81406D
Tints of Cosmic #81406D
RGB
CMYK
RGB Variations
Color information
#81406D (or 0x81406D) is known color: Cosmic. HEX triplet: 81, 40 and 6D. RGB value is (129,64,109). Sum of RGB (Red+Green+Blue) = 129+64+109=302 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.72% from 302); Green value is 64 (25.39% from 255 or 21.19% from 302); Blue value is 109 (42.97% from 255 or 36.09% from 302); Max value from RGB is 129 - color contains mainly: red. Hex color #81406D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #81406D is #7EBF92. Grayscale: #585858. Windows color (decimal): -8306579 or 7159937. OLE color: 7159937.
HSL color Cylindrical-coordinate representation of color #81406D: hue angle of 318.46º degrees, saturation: 0.34, 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 #81406D is Cyan = 0, Magento = 0.50, Yellow = 0.16 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 64 | 109 | - |
| CMYK | 0 | 0.50 | 0.16 | 0.49 |
| HSL | 318.46º | 0.34% | 0.38% | - |
| HSV(B) | 318.46º | 0.5% | 0.51% | - |
| XYZ | 13.65 | 9.44 | 15.57 | - |
| YUV | 88.57 | 139.53 | 156.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 64 | 109 | 0 | 0.50 | 0.16 | 0.49 | 318.46 | 0.34 | 0.38 |
| Hex | 81 | 40 | 6D | 0 | 32 | 10 | 31 | 13E | 22 | 26 |
| Octal | 201 | 100 | 155 | 0 | 62 | 20 | 61 | 476 | 42 | 46 |
| Binary | 10000001 | 1000000 | 1101101 | 0 | 110010 | 10000 | 110001 | 100111110 | 100010 | 100110 |
Color Harmonies of #81406D
Complementary color
Monochromatic Colors of #81406D
Black with #81406D
Text Example
Text Example
White with #81406D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81406D; }
p { color: rgb(129,64,109); }
H1.HeaderClassName
{
color: #81406D;
}
.AnyTagClassName
{
color: #81406D;
}
</style>
background-color css
<style>
a { background-color: #81406D; }
a { background-color: rgb(129,64,109); }
div.DivClassName
{
background-color: #81406D;
}
.BgClassName
{
background-color: #81406D;
}
</style>
border-color css
<style>
span { border-color: #81406D; }
span { border-color: rgb(129,64,109); }
td.TdClassName
{
border-color: #81406D;
}
.TagClassName
{
border-color: #81406D;
}
</style>