Shades of Cosmic #814A67
Tints of Cosmic #814A67
RGB
CMYK
RGB Variations
Color information
#814A67 (or 0x814A67) is known color: Cosmic. HEX triplet: 81, 4A and 67. RGB value is (129,74,103). Sum of RGB (Red+Green+Blue) = 129+74+103=306 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.16% from 306); Green value is 74 (29.30% from 255 or 24.18% from 306); Blue value is 103 (40.62% from 255 or 33.66% from 306); Max value from RGB is 129 - color contains mainly: red. Hex color #814A67 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #814A67 is #7EB598. Grayscale: #5D5D5D. Windows color (decimal): -8304025 or 6769281. OLE color: 6769281.
HSL color Cylindrical-coordinate representation of color #814A67: hue angle of 328.36º degrees, saturation: 0.27, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #814A67 is Cyan = 0, Magento = 0.43, Yellow = 0.20 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 74 | 103 | - |
| CMYK | 0 | 0.43 | 0.20 | 0.49 |
| HSL | 328.36º | 0.27% | 0.4% | - |
| HSV(B) | 328.36º | 0.43% | 0.51% | - |
| XYZ | 13.95 | 10.54 | 14.13 | - |
| YUV | 93.75 | 133.22 | 153.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 74 | 103 | 0 | 0.43 | 0.20 | 0.49 | 328.36 | 0.27 | 0.4 |
| Hex | 81 | 4A | 67 | 0 | 2B | 14 | 31 | 148 | 1B | 28 |
| Octal | 201 | 112 | 147 | 0 | 53 | 24 | 61 | 510 | 33 | 50 |
| Binary | 10000001 | 1001010 | 1100111 | 0 | 101011 | 10100 | 110001 | 101001000 | 11011 | 101000 |
Color Harmonies of #814A67
Complementary color
Monochromatic Colors of #814A67
Black with #814A67
Text Example
Text Example
White with #814A67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #814A67; }
p { color: rgb(129,74,103); }
H1.HeaderClassName
{
color: #814A67;
}
.AnyTagClassName
{
color: #814A67;
}
</style>
background-color css
<style>
a { background-color: #814A67; }
a { background-color: rgb(129,74,103); }
div.DivClassName
{
background-color: #814A67;
}
.BgClassName
{
background-color: #814A67;
}
</style>
border-color css
<style>
span { border-color: #814A67; }
span { border-color: rgb(129,74,103); }
td.TdClassName
{
border-color: #814A67;
}
.TagClassName
{
border-color: #814A67;
}
</style>