Shades of Cosmic #814F64
Tints of Cosmic #814F64
RGB
CMYK
RGB Variations
Color information
#814F64 (or 0x814F64) is known color: Cosmic. HEX triplet: 81, 4F and 64. RGB value is (129,79,100). Sum of RGB (Red+Green+Blue) = 129+79+100=308 (40% of max value = 765). Red value is 129 (50.78% from 255 or 41.88% from 308); Green value is 79 (31.25% from 255 or 25.65% from 308); Blue value is 100 (39.45% from 255 or 32.47% from 308); Max value from RGB is 129 - color contains mainly: red. Hex color #814F64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #814F64 is #7EB09B. Grayscale: #606060. Windows color (decimal): -8302748 or 6573953. OLE color: 6573953.
HSL color Cylindrical-coordinate representation of color #814F64: hue angle of 334.8º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #814F64 is Cyan = 0, Magento = 0.39, Yellow = 0.22 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 79 | 100 | - |
| CMYK | 0 | 0.39 | 0.22 | 0.49 |
| HSL | 334.8º | 0.24% | 0.41% | - |
| HSV(B) | 334.8º | 0.39% | 0.51% | - |
| XYZ | 14.15 | 11.18 | 13.47 | - |
| YUV | 96.34 | 130.07 | 151.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 79 | 100 | 0 | 0.39 | 0.22 | 0.49 | 334.8 | 0.24 | 0.41 |
| Hex | 81 | 4F | 64 | 0 | 27 | 16 | 31 | 14F | 18 | 29 |
| Octal | 201 | 117 | 144 | 0 | 47 | 26 | 61 | 517 | 30 | 51 |
| Binary | 10000001 | 1001111 | 1100100 | 0 | 100111 | 10110 | 110001 | 101001111 | 11000 | 101001 |
Color Harmonies of #814F64
Complementary color
Monochromatic Colors of #814F64
Black with #814F64
Text Example
Text Example
White with #814F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #814F64; }
p { color: rgb(129,79,100); }
H1.HeaderClassName
{
color: #814F64;
}
.AnyTagClassName
{
color: #814F64;
}
</style>
background-color css
<style>
a { background-color: #814F64; }
a { background-color: rgb(129,79,100); }
div.DivClassName
{
background-color: #814F64;
}
.BgClassName
{
background-color: #814F64;
}
</style>
border-color css
<style>
span { border-color: #814F64; }
span { border-color: rgb(129,79,100); }
td.TdClassName
{
border-color: #814F64;
}
.TagClassName
{
border-color: #814F64;
}
</style>