Shades of Cosmic #81495D
Tints of Cosmic #81495D
RGB
CMYK
RGB Variations
Color information
#81495D (or 0x81495D) is known color: Cosmic. HEX triplet: 81, 49 and 5D. RGB value is (129,73,93). Sum of RGB (Red+Green+Blue) = 129+73+93=295 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43.73% from 295); Green value is 73 (28.91% from 255 or 24.75% from 295); Blue value is 93 (36.72% from 255 or 31.53% from 295); Max value from RGB is 129 - color contains mainly: red. Hex color #81495D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #81495D is #7EB6A2. Grayscale: #5C5C5C. Windows color (decimal): -8304291 or 6113665. OLE color: 6113665.
HSL color Cylindrical-coordinate representation of color #81495D: hue angle of 338.57º 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 #81495D is Cyan = 0, Magento = 0.43, Yellow = 0.28 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 73 | 93 | - |
| CMYK | 0 | 0.43 | 0.28 | 0.49 |
| HSL | 338.57º | 0.28% | 0.4% | - |
| HSV(B) | 338.57º | 0.43% | 0.51% | - |
| XYZ | 13.41 | 10.22 | 11.62 | - |
| YUV | 92.02 | 128.55 | 154.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 73 | 93 | 0 | 0.43 | 0.28 | 0.49 | 338.57 | 0.28 | 0.4 |
| Hex | 81 | 49 | 5D | 0 | 2B | 1C | 31 | 153 | 1C | 28 |
| Octal | 201 | 111 | 135 | 0 | 53 | 34 | 61 | 523 | 34 | 50 |
| Binary | 10000001 | 1001001 | 1011101 | 0 | 101011 | 11100 | 110001 | 101010011 | 11100 | 101000 |
Color Harmonies of #81495D
Complementary color
Monochromatic Colors of #81495D
Black with #81495D
Text Example
Text Example
White with #81495D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81495D; }
p { color: rgb(129,73,93); }
H1.HeaderClassName
{
color: #81495D;
}
.AnyTagClassName
{
color: #81495D;
}
</style>
background-color css
<style>
a { background-color: #81495D; }
a { background-color: rgb(129,73,93); }
div.DivClassName
{
background-color: #81495D;
}
.BgClassName
{
background-color: #81495D;
}
</style>
border-color css
<style>
span { border-color: #81495D; }
span { border-color: rgb(129,73,93); }
td.TdClassName
{
border-color: #81495D;
}
.TagClassName
{
border-color: #81495D;
}
</style>