Shades of Cosmic #81495E
Tints of Cosmic #81495E
RGB
CMYK
RGB Variations
Color information
#81495E (or 0x81495E) is known color: Cosmic. HEX triplet: 81, 49 and 5E. RGB value is (129,73,94). Sum of RGB (Red+Green+Blue) = 129+73+94=296 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43.58% from 296); Green value is 73 (28.91% from 255 or 24.66% from 296); Blue value is 94 (37.11% from 255 or 31.76% from 296); Max value from RGB is 129 - color contains mainly: red. Hex color #81495E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #81495E is #7EB6A1. Grayscale: #5C5C5C. Windows color (decimal): -8304290 or 6179201. OLE color: 6179201.
HSL color Cylindrical-coordinate representation of color #81495E: hue angle of 337.5º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #81495E is Cyan = 0, Magento = 0.43, Yellow = 0.27 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 73 | 94 | - |
| CMYK | 0 | 0.43 | 0.27 | 0.49 |
| HSL | 337.5º | 0.28% | 0.4% | - |
| HSV(B) | 337.5º | 0.43% | 0.51% | - |
| XYZ | 13.46 | 10.24 | 11.86 | - |
| YUV | 92.14 | 129.05 | 154.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 73 | 94 | 0 | 0.43 | 0.27 | 0.49 | 337.5 | 0.28 | 0.4 |
| Hex | 81 | 49 | 5E | 0 | 2B | 1B | 31 | 152 | 1C | 28 |
| Octal | 201 | 111 | 136 | 0 | 53 | 33 | 61 | 522 | 34 | 50 |
| Binary | 10000001 | 1001001 | 1011110 | 0 | 101011 | 11011 | 110001 | 101010010 | 11100 | 101000 |
Color Harmonies of #81495E
Complementary color
Monochromatic Colors of #81495E
Black with #81495E
Text Example
Text Example
White with #81495E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81495E; }
p { color: rgb(129,73,94); }
H1.HeaderClassName
{
color: #81495E;
}
.AnyTagClassName
{
color: #81495E;
}
</style>
background-color css
<style>
a { background-color: #81495E; }
a { background-color: rgb(129,73,94); }
div.DivClassName
{
background-color: #81495E;
}
.BgClassName
{
background-color: #81495E;
}
</style>
border-color css
<style>
span { border-color: #81495E; }
span { border-color: rgb(129,73,94); }
td.TdClassName
{
border-color: #81495E;
}
.TagClassName
{
border-color: #81495E;
}
</style>