Shades of Cosmic #814D60
Tints of Cosmic #814D60
RGB
CMYK
RGB Variations
Color information
#814D60 (or 0x814D60) is known color: Cosmic. HEX triplet: 81, 4D and 60. RGB value is (129,77,96). Sum of RGB (Red+Green+Blue) = 129+77+96=302 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.72% from 302); Green value is 77 (30.47% from 255 or 25.50% from 302); Blue value is 96 (37.89% from 255 or 31.79% from 302); Max value from RGB is 129 - color contains mainly: red. Hex color #814D60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #814D60 is #7EB29F. Grayscale: #5E5E5E. Windows color (decimal): -8303264 or 6311297. OLE color: 6311297.
HSL color Cylindrical-coordinate representation of color #814D60: hue angle of 338.08º degrees, saturation: 0.25, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #814D60 is Cyan = 0, Magento = 0.40, Yellow = 0.26 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 77 | 96 | - |
| CMYK | 0 | 0.40 | 0.26 | 0.49 |
| HSL | 338.08º | 0.25% | 0.4% | - |
| HSV(B) | 338.08º | 0.4% | 0.51% | - |
| XYZ | 13.82 | 10.82 | 12.43 | - |
| YUV | 94.71 | 128.73 | 152.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 77 | 96 | 0 | 0.40 | 0.26 | 0.49 | 338.08 | 0.25 | 0.4 |
| Hex | 81 | 4D | 60 | 0 | 28 | 1A | 31 | 152 | 19 | 28 |
| Octal | 201 | 115 | 140 | 0 | 50 | 32 | 61 | 522 | 31 | 50 |
| Binary | 10000001 | 1001101 | 1100000 | 0 | 101000 | 11010 | 110001 | 101010010 | 11001 | 101000 |
Color Harmonies of #814D60
Complementary color
Monochromatic Colors of #814D60
Black with #814D60
Text Example
Text Example
White with #814D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #814D60; }
p { color: rgb(129,77,96); }
H1.HeaderClassName
{
color: #814D60;
}
.AnyTagClassName
{
color: #814D60;
}
</style>
background-color css
<style>
a { background-color: #814D60; }
a { background-color: rgb(129,77,96); }
div.DivClassName
{
background-color: #814D60;
}
.BgClassName
{
background-color: #814D60;
}
</style>
border-color css
<style>
span { border-color: #814D60; }
span { border-color: rgb(129,77,96); }
td.TdClassName
{
border-color: #814D60;
}
.TagClassName
{
border-color: #814D60;
}
</style>