Shades of Cosmic #81495B
Tints of Cosmic #81495B
RGB
CMYK
RGB Variations
Color information
#81495B (or 0x81495B) is known color: Cosmic. HEX triplet: 81, 49 and 5B. RGB value is (129,73,91). Sum of RGB (Red+Green+Blue) = 129+73+91=293 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.03% from 293); Green value is 73 (28.91% from 255 or 24.91% from 293); Blue value is 91 (35.94% from 255 or 31.06% from 293); Max value from RGB is 129 - color contains mainly: red. Hex color #81495B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #81495B is #7EB6A4. Grayscale: #5B5B5B. Windows color (decimal): -8304293 or 5982593. OLE color: 5982593.
HSL color Cylindrical-coordinate representation of color #81495B: hue angle of 340.71º 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 #81495B is Cyan = 0, Magento = 0.43, Yellow = 0.29 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 73 | 91 | - |
| CMYK | 0 | 0.43 | 0.29 | 0.49 |
| HSL | 340.71º | 0.28% | 0.4% | - |
| HSV(B) | 340.71º | 0.43% | 0.51% | - |
| XYZ | 13.32 | 10.19 | 11.16 | - |
| YUV | 91.8 | 127.55 | 154.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 73 | 91 | 0 | 0.43 | 0.29 | 0.49 | 340.71 | 0.28 | 0.4 |
| Hex | 81 | 49 | 5B | 0 | 2B | 1D | 31 | 155 | 1C | 28 |
| Octal | 201 | 111 | 133 | 0 | 53 | 35 | 61 | 525 | 34 | 50 |
| Binary | 10000001 | 1001001 | 1011011 | 0 | 101011 | 11101 | 110001 | 101010101 | 11100 | 101000 |
Color Harmonies of #81495B
Complementary color
Monochromatic Colors of #81495B
Black with #81495B
Text Example
Text Example
White with #81495B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81495B; }
p { color: rgb(129,73,91); }
H1.HeaderClassName
{
color: #81495B;
}
.AnyTagClassName
{
color: #81495B;
}
</style>
background-color css
<style>
a { background-color: #81495B; }
a { background-color: rgb(129,73,91); }
div.DivClassName
{
background-color: #81495B;
}
.BgClassName
{
background-color: #81495B;
}
</style>
border-color css
<style>
span { border-color: #81495B; }
span { border-color: rgb(129,73,91); }
td.TdClassName
{
border-color: #81495B;
}
.TagClassName
{
border-color: #81495B;
}
</style>