Shades of Cosmic #814E67
Tints of Cosmic #814E67
RGB
CMYK
RGB Variations
Color information
#814E67 (or 0x814E67) is known color: Cosmic. HEX triplet: 81, 4E and 67. RGB value is (129,78,103). Sum of RGB (Red+Green+Blue) = 129+78+103=310 (41% of max value = 765). Red value is 129 (50.78% from 255 or 41.61% from 310); Green value is 78 (30.86% from 255 or 25.16% from 310); Blue value is 103 (40.62% from 255 or 33.23% from 310); Max value from RGB is 129 - color contains mainly: red. Hex color #814E67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #814E67 is #7EB198. Grayscale: #606060. Windows color (decimal): -8303001 or 6770305. OLE color: 6770305.
HSL color Cylindrical-coordinate representation of color #814E67: hue angle of 330.59º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #814E67 is Cyan = 0, Magento = 0.40, Yellow = 0.20 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 78 | 103 | - |
| CMYK | 0 | 0.40 | 0.20 | 0.49 |
| HSL | 330.59º | 0.25% | 0.41% | - |
| HSV(B) | 330.59º | 0.4% | 0.51% | - |
| XYZ | 14.23 | 11.1 | 14.22 | - |
| YUV | 96.1 | 131.9 | 151.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 78 | 103 | 0 | 0.40 | 0.20 | 0.49 | 330.59 | 0.25 | 0.41 |
| Hex | 81 | 4E | 67 | 0 | 28 | 14 | 31 | 14B | 19 | 29 |
| Octal | 201 | 116 | 147 | 0 | 50 | 24 | 61 | 513 | 31 | 51 |
| Binary | 10000001 | 1001110 | 1100111 | 0 | 101000 | 10100 | 110001 | 101001011 | 11001 | 101001 |
Color Harmonies of #814E67
Complementary color
Monochromatic Colors of #814E67
Black with #814E67
Text Example
Text Example
White with #814E67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #814E67; }
p { color: rgb(129,78,103); }
H1.HeaderClassName
{
color: #814E67;
}
.AnyTagClassName
{
color: #814E67;
}
</style>
background-color css
<style>
a { background-color: #814E67; }
a { background-color: rgb(129,78,103); }
div.DivClassName
{
background-color: #814E67;
}
.BgClassName
{
background-color: #814E67;
}
</style>
border-color css
<style>
span { border-color: #814E67; }
span { border-color: rgb(129,78,103); }
td.TdClassName
{
border-color: #814E67;
}
.TagClassName
{
border-color: #814E67;
}
</style>