Shades of Cosmic #814463
Tints of Cosmic #814463
RGB
CMYK
RGB Variations
Color information
#814463 (or 0x814463) is known color: Cosmic. HEX triplet: 81, 44 and 63. RGB value is (129,68,99). Sum of RGB (Red+Green+Blue) = 129+68+99=296 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43.58% from 296); Green value is 68 (26.95% from 255 or 22.97% from 296); Blue value is 99 (39.06% from 255 or 33.45% from 296); Max value from RGB is 129 - color contains mainly: red. Hex color #814463 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #814463 is #7EBB9C. Grayscale: #595959. Windows color (decimal): -8305565 or 6505601. OLE color: 6505601.
HSL color Cylindrical-coordinate representation of color #814463: hue angle of 329.51º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #814463 is Cyan = 0, Magento = 0.47, Yellow = 0.23 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 68 | 99 | - |
| CMYK | 0 | 0.47 | 0.23 | 0.49 |
| HSL | 329.51º | 0.31% | 0.39% | - |
| HSV(B) | 329.51º | 0.47% | 0.51% | - |
| XYZ | 13.37 | 9.7 | 12.97 | - |
| YUV | 89.77 | 133.21 | 155.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 68 | 99 | 0 | 0.47 | 0.23 | 0.49 | 329.51 | 0.31 | 0.39 |
| Hex | 81 | 44 | 63 | 0 | 2F | 17 | 31 | 14A | 1F | 27 |
| Octal | 201 | 104 | 143 | 0 | 57 | 27 | 61 | 512 | 37 | 47 |
| Binary | 10000001 | 1000100 | 1100011 | 0 | 101111 | 10111 | 110001 | 101001010 | 11111 | 100111 |
Color Harmonies of #814463
Complementary color
Monochromatic Colors of #814463
Black with #814463
Text Example
Text Example
White with #814463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #814463; }
p { color: rgb(129,68,99); }
H1.HeaderClassName
{
color: #814463;
}
.AnyTagClassName
{
color: #814463;
}
</style>
background-color css
<style>
a { background-color: #814463; }
a { background-color: rgb(129,68,99); }
div.DivClassName
{
background-color: #814463;
}
.BgClassName
{
background-color: #814463;
}
</style>
border-color css
<style>
span { border-color: #814463; }
span { border-color: rgb(129,68,99); }
td.TdClassName
{
border-color: #814463;
}
.TagClassName
{
border-color: #814463;
}
</style>