Shades of Cosmic #814D63
Tints of Cosmic #814D63
RGB
CMYK
RGB Variations
Color information
#814D63 (or 0x814D63) is known color: Cosmic. HEX triplet: 81, 4D and 63. RGB value is (129,77,99). Sum of RGB (Red+Green+Blue) = 129+77+99=305 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.30% from 305); Green value is 77 (30.47% from 255 or 25.25% from 305); Blue value is 99 (39.06% from 255 or 32.46% from 305); Max value from RGB is 129 - color contains mainly: red. Hex color #814D63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #814D63 is #7EB29C. Grayscale: #5F5F5F. Windows color (decimal): -8303261 or 6507905. OLE color: 6507905.
HSL color Cylindrical-coordinate representation of color #814D63: hue angle of 334.62º 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 #814D63 is Cyan = 0, Magento = 0.40, Yellow = 0.23 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 77 | 99 | - |
| CMYK | 0 | 0.40 | 0.23 | 0.49 |
| HSL | 334.62º | 0.25% | 0.4% | - |
| HSV(B) | 334.62º | 0.4% | 0.51% | - |
| XYZ | 13.96 | 10.88 | 13.17 | - |
| YUV | 95.06 | 130.23 | 152.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 77 | 99 | 0 | 0.40 | 0.23 | 0.49 | 334.62 | 0.25 | 0.4 |
| Hex | 81 | 4D | 63 | 0 | 28 | 17 | 31 | 14F | 19 | 28 |
| Octal | 201 | 115 | 143 | 0 | 50 | 27 | 61 | 517 | 31 | 50 |
| Binary | 10000001 | 1001101 | 1100011 | 0 | 101000 | 10111 | 110001 | 101001111 | 11001 | 101000 |
Color Harmonies of #814D63
Complementary color
Monochromatic Colors of #814D63
Black with #814D63
Text Example
Text Example
White with #814D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #814D63; }
p { color: rgb(129,77,99); }
H1.HeaderClassName
{
color: #814D63;
}
.AnyTagClassName
{
color: #814D63;
}
</style>
background-color css
<style>
a { background-color: #814D63; }
a { background-color: rgb(129,77,99); }
div.DivClassName
{
background-color: #814D63;
}
.BgClassName
{
background-color: #814D63;
}
</style>
border-color css
<style>
span { border-color: #814D63; }
span { border-color: rgb(129,77,99); }
td.TdClassName
{
border-color: #814D63;
}
.TagClassName
{
border-color: #814D63;
}
</style>