Shades of Cosmic #81466E
Tints of Cosmic #81466E
RGB
CMYK
RGB Variations
Color information
#81466E (or 0x81466E) is known color: Cosmic. HEX triplet: 81, 46 and 6E. RGB value is (129,70,110). Sum of RGB (Red+Green+Blue) = 129+70+110=309 (40% of max value = 765). Red value is 129 (50.78% from 255 or 41.75% from 309); Green value is 70 (27.73% from 255 or 22.65% from 309); Blue value is 110 (43.36% from 255 or 35.60% from 309); Max value from RGB is 129 - color contains mainly: red. Hex color #81466E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #81466E is #7EB991. Grayscale: #5C5C5C. Windows color (decimal): -8305042 or 7227009. OLE color: 7227009.
HSL color Cylindrical-coordinate representation of color #81466E: hue angle of 319.32º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #81466E is Cyan = 0, Magento = 0.46, Yellow = 0.15 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 70 | 110 | - |
| CMYK | 0 | 0.46 | 0.15 | 0.49 |
| HSL | 319.32º | 0.3% | 0.39% | - |
| HSV(B) | 319.32º | 0.46% | 0.51% | - |
| XYZ | 14.06 | 10.17 | 15.97 | - |
| YUV | 92.2 | 138.05 | 154.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 70 | 110 | 0 | 0.46 | 0.15 | 0.49 | 319.32 | 0.3 | 0.39 |
| Hex | 81 | 46 | 6E | 0 | 2E | F | 31 | 13F | 1E | 27 |
| Octal | 201 | 106 | 156 | 0 | 56 | 17 | 61 | 477 | 36 | 47 |
| Binary | 10000001 | 1000110 | 1101110 | 0 | 101110 | 1111 | 110001 | 100111111 | 11110 | 100111 |
Color Harmonies of #81466E
Complementary color
Monochromatic Colors of #81466E
Black with #81466E
Text Example
Text Example
White with #81466E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81466E; }
p { color: rgb(129,70,110); }
H1.HeaderClassName
{
color: #81466E;
}
.AnyTagClassName
{
color: #81466E;
}
</style>
background-color css
<style>
a { background-color: #81466E; }
a { background-color: rgb(129,70,110); }
div.DivClassName
{
background-color: #81466E;
}
.BgClassName
{
background-color: #81466E;
}
</style>
border-color css
<style>
span { border-color: #81466E; }
span { border-color: rgb(129,70,110); }
td.TdClassName
{
border-color: #81466E;
}
.TagClassName
{
border-color: #81466E;
}
</style>