Shades of Cosmic #814161
Tints of Cosmic #814161
RGB
CMYK
RGB Variations
Color information
#814161 (or 0x814161) is known color: Cosmic. HEX triplet: 81, 41 and 61. RGB value is (129,65,97). Sum of RGB (Red+Green+Blue) = 129+65+97=291 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.33% from 291); Green value is 65 (25.78% from 255 or 22.34% from 291); Blue value is 97 (38.28% from 255 or 33.33% from 291); Max value from RGB is 129 - color contains mainly: red. Hex color #814161 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #814161 is #7EBE9E. Grayscale: #575757. Windows color (decimal): -8306335 or 6373761. OLE color: 6373761.
HSL color Cylindrical-coordinate representation of color #814161: hue angle of 330º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #814161 is Cyan = 0, Magento = 0.50, Yellow = 0.25 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 65 | 97 | - |
| CMYK | 0 | 0.50 | 0.25 | 0.49 |
| HSL | 330º | 0.33% | 0.38% | - |
| HSV(B) | 330º | 0.5% | 0.51% | - |
| XYZ | 13.1 | 9.31 | 12.42 | - |
| YUV | 87.78 | 133.2 | 157.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 65 | 97 | 0 | 0.50 | 0.25 | 0.49 | 330 | 0.33 | 0.38 |
| Hex | 81 | 41 | 61 | 0 | 32 | 19 | 31 | 14A | 21 | 26 |
| Octal | 201 | 101 | 141 | 0 | 62 | 31 | 61 | 512 | 41 | 46 |
| Binary | 10000001 | 1000001 | 1100001 | 0 | 110010 | 11001 | 110001 | 101001010 | 100001 | 100110 |
Color Harmonies of #814161
Complementary color
Monochromatic Colors of #814161
Black with #814161
Text Example
Text Example
White with #814161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #814161; }
p { color: rgb(129,65,97); }
H1.HeaderClassName
{
color: #814161;
}
.AnyTagClassName
{
color: #814161;
}
</style>
background-color css
<style>
a { background-color: #814161; }
a { background-color: rgb(129,65,97); }
div.DivClassName
{
background-color: #814161;
}
.BgClassName
{
background-color: #814161;
}
</style>
border-color css
<style>
span { border-color: #814161; }
span { border-color: rgb(129,65,97); }
td.TdClassName
{
border-color: #814161;
}
.TagClassName
{
border-color: #814161;
}
</style>