Shades of Cosmic #814D6B
Tints of Cosmic #814D6B
RGB
CMYK
RGB Variations
Color information
#814D6B (or 0x814D6B) is known color: Cosmic. HEX triplet: 81, 4D and 6B. RGB value is (129,77,107). Sum of RGB (Red+Green+Blue) = 129+77+107=313 (41% of max value = 765). Red value is 129 (50.78% from 255 or 41.21% from 313); Green value is 77 (30.47% from 255 or 24.60% from 313); Blue value is 107 (42.19% from 255 or 34.19% from 313); Max value from RGB is 129 - color contains mainly: red. Hex color #814D6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #814D6B is #7EB294. Grayscale: #5F5F5F. Windows color (decimal): -8303253 or 7032193. OLE color: 7032193.
HSL color Cylindrical-coordinate representation of color #814D6B: hue angle of 325.38º 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 #814D6B is Cyan = 0, Magento = 0.40, Yellow = 0.17 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 77 | 107 | - |
| CMYK | 0 | 0.40 | 0.17 | 0.49 |
| HSL | 325.38º | 0.25% | 0.4% | - |
| HSV(B) | 325.38º | 0.4% | 0.51% | - |
| XYZ | 14.36 | 11.04 | 15.28 | - |
| YUV | 95.97 | 134.23 | 151.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 77 | 107 | 0 | 0.40 | 0.17 | 0.49 | 325.38 | 0.25 | 0.4 |
| Hex | 81 | 4D | 6B | 0 | 28 | 11 | 31 | 145 | 19 | 28 |
| Octal | 201 | 115 | 153 | 0 | 50 | 21 | 61 | 505 | 31 | 50 |
| Binary | 10000001 | 1001101 | 1101011 | 0 | 101000 | 10001 | 110001 | 101000101 | 11001 | 101000 |
Color Harmonies of #814D6B
Complementary color
Monochromatic Colors of #814D6B
Black with #814D6B
Text Example
Text Example
White with #814D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #814D6B; }
p { color: rgb(129,77,107); }
H1.HeaderClassName
{
color: #814D6B;
}
.AnyTagClassName
{
color: #814D6B;
}
</style>
background-color css
<style>
a { background-color: #814D6B; }
a { background-color: rgb(129,77,107); }
div.DivClassName
{
background-color: #814D6B;
}
.BgClassName
{
background-color: #814D6B;
}
</style>
border-color css
<style>
span { border-color: #814D6B; }
span { border-color: rgb(129,77,107); }
td.TdClassName
{
border-color: #814D6B;
}
.TagClassName
{
border-color: #814D6B;
}
</style>