Shades of Cosmic #814D67
Tints of Cosmic #814D67
RGB
CMYK
RGB Variations
Color information
#814D67 (or 0x814D67) is known color: Cosmic. HEX triplet: 81, 4D and 67. RGB value is (129,77,103). Sum of RGB (Red+Green+Blue) = 129+77+103=309 (40% of max value = 765). Red value is 129 (50.78% from 255 or 41.75% from 309); Green value is 77 (30.47% from 255 or 24.92% from 309); Blue value is 103 (40.62% from 255 or 33.33% from 309); Max value from RGB is 129 - color contains mainly: red. Hex color #814D67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #814D67 is #7EB298. Grayscale: #5F5F5F. Windows color (decimal): -8303257 or 6770049. OLE color: 6770049.
HSL color Cylindrical-coordinate representation of color #814D67: hue angle of 330º 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 #814D67 is Cyan = 0, Magento = 0.40, Yellow = 0.20 and Black (K on CMYK) = 0.49.
Color convert
RGB | 129 | 77 | 103 | - |
CMYK | 0 | 0.40 | 0.20 | 0.49 |
HSL | 330º | 0.25% | 0.4% | - |
HSV(B) | 330º | 0.4% | 0.51% | - |
XYZ | 14.16 | 10.95 | 14.2 | - |
YUV | 95.51 | 132.23 | 151.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 129 | 77 | 103 | 0 | 0.40 | 0.20 | 0.49 | 330 | 0.25 | 0.4 |
Hex | 81 | 4D | 67 | 0 | 28 | 14 | 31 | 14A | 19 | 28 |
Octal | 201 | 115 | 147 | 0 | 50 | 24 | 61 | 512 | 31 | 50 |
Binary | 10000001 | 1001101 | 1100111 | 0 | 101000 | 10100 | 110001 | 101001010 | 11001 | 101000 |
Color Harmonies of #814D67
Complementary color
Monochromatic Colors of #814D67
Black with #814D67
Text Example
Text Example
White with #814D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #814D67; }
p { color: rgb(129,77,103); }
H1.HeaderClassName
{
color: #814D67;
}
.AnyTagClassName
{
color: #814D67;
}
</style>
background-color css
<style>
a { background-color: #814D67; }
a { background-color: rgb(129,77,103); }
div.DivClassName
{
background-color: #814D67;
}
.BgClassName
{
background-color: #814D67;
}
</style>
border-color css
<style>
span { border-color: #814D67; }
span { border-color: rgb(129,77,103); }
td.TdClassName
{
border-color: #814D67;
}
.TagClassName
{
border-color: #814D67;
}
</style>