Shades of Cosmic #814D5C
Tints of Cosmic #814D5C
RGB
CMYK
RGB Variations
Color information
#814D5C (or 0x814D5C) is known color: Cosmic. HEX triplet: 81, 4D and 5C. RGB value is (129,77,92). Sum of RGB (Red+Green+Blue) = 129+77+92=298 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43.29% from 298); Green value is 77 (30.47% from 255 or 25.84% from 298); Blue value is 92 (36.33% from 255 or 30.87% from 298); Max value from RGB is 129 - color contains mainly: red. Hex color #814D5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #814D5C is #7EB2A3. Grayscale: #5E5E5E. Windows color (decimal): -8303268 or 6049153. OLE color: 6049153.
HSL color Cylindrical-coordinate representation of color #814D5C: hue angle of 342.69º 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 #814D5C is Cyan = 0, Magento = 0.40, Yellow = 0.29 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 77 | 92 | - |
| CMYK | 0 | 0.40 | 0.29 | 0.49 |
| HSL | 342.69º | 0.25% | 0.4% | - |
| HSV(B) | 342.69º | 0.4% | 0.51% | - |
| XYZ | 13.64 | 10.75 | 11.48 | - |
| YUV | 94.26 | 126.73 | 152.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 77 | 92 | 0 | 0.40 | 0.29 | 0.49 | 342.69 | 0.25 | 0.4 |
| Hex | 81 | 4D | 5C | 0 | 28 | 1D | 31 | 157 | 19 | 28 |
| Octal | 201 | 115 | 134 | 0 | 50 | 35 | 61 | 527 | 31 | 50 |
| Binary | 10000001 | 1001101 | 1011100 | 0 | 101000 | 11101 | 110001 | 101010111 | 11001 | 101000 |
Color Harmonies of #814D5C
Complementary color
Monochromatic Colors of #814D5C
Black with #814D5C
Text Example
Text Example
White with #814D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #814D5C; }
p { color: rgb(129,77,92); }
H1.HeaderClassName
{
color: #814D5C;
}
.AnyTagClassName
{
color: #814D5C;
}
</style>
background-color css
<style>
a { background-color: #814D5C; }
a { background-color: rgb(129,77,92); }
div.DivClassName
{
background-color: #814D5C;
}
.BgClassName
{
background-color: #814D5C;
}
</style>
border-color css
<style>
span { border-color: #814D5C; }
span { border-color: rgb(129,77,92); }
td.TdClassName
{
border-color: #814D5C;
}
.TagClassName
{
border-color: #814D5C;
}
</style>