Shades of Cosmic #81496A
Tints of Cosmic #81496A
RGB
CMYK
RGB Variations
Color information
#81496A (or 0x81496A) is known color: Cosmic. HEX triplet: 81, 49 and 6A. RGB value is (129,73,106). Sum of RGB (Red+Green+Blue) = 129+73+106=308 (40% of max value = 765). Red value is 129 (50.78% from 255 or 41.88% from 308); Green value is 73 (28.91% from 255 or 23.70% from 308); Blue value is 106 (41.80% from 255 or 34.42% from 308); Max value from RGB is 129 - color contains mainly: red. Hex color #81496A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #81496A is #7EB695. Grayscale: #5D5D5D. Windows color (decimal): -8304278 or 6965633. OLE color: 6965633.
HSL color Cylindrical-coordinate representation of color #81496A: hue angle of 324.64º 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 #81496A is Cyan = 0, Magento = 0.43, Yellow = 0.18 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 73 | 106 | - |
| CMYK | 0 | 0.43 | 0.18 | 0.49 |
| HSL | 324.64º | 0.28% | 0.4% | - |
| HSV(B) | 324.64º | 0.43% | 0.51% | - |
| XYZ | 14.04 | 10.47 | 14.92 | - |
| YUV | 93.51 | 135.05 | 153.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 73 | 106 | 0 | 0.43 | 0.18 | 0.49 | 324.64 | 0.28 | 0.4 |
| Hex | 81 | 49 | 6A | 0 | 2B | 12 | 31 | 145 | 1C | 28 |
| Octal | 201 | 111 | 152 | 0 | 53 | 22 | 61 | 505 | 34 | 50 |
| Binary | 10000001 | 1001001 | 1101010 | 0 | 101011 | 10010 | 110001 | 101000101 | 11100 | 101000 |
Color Harmonies of #81496A
Complementary color
Monochromatic Colors of #81496A
Black with #81496A
Text Example
Text Example
White with #81496A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81496A; }
p { color: rgb(129,73,106); }
H1.HeaderClassName
{
color: #81496A;
}
.AnyTagClassName
{
color: #81496A;
}
</style>
background-color css
<style>
a { background-color: #81496A; }
a { background-color: rgb(129,73,106); }
div.DivClassName
{
background-color: #81496A;
}
.BgClassName
{
background-color: #81496A;
}
</style>
border-color css
<style>
span { border-color: #81496A; }
span { border-color: rgb(129,73,106); }
td.TdClassName
{
border-color: #81496A;
}
.TagClassName
{
border-color: #81496A;
}
</style>