Shades of Cosmic #815162
Tints of Cosmic #815162
RGB
CMYK
RGB Variations
Color information
#815162 (or 0x815162) is known color: Cosmic. HEX triplet: 81, 51 and 62. RGB value is (129,81,98). Sum of RGB (Red+Green+Blue) = 129+81+98=308 (40% of max value = 765). Red value is 129 (50.78% from 255 or 41.88% from 308); Green value is 81 (32.03% from 255 or 26.30% from 308); Blue value is 98 (38.67% from 255 or 31.82% from 308); Max value from RGB is 129 - color contains mainly: red. Hex color #815162 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815162 is #7EAE9D. Grayscale: #616161. Windows color (decimal): -8302238 or 6443393. OLE color: 6443393.
HSL color Cylindrical-coordinate representation of color #815162: hue angle of 338.75º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #815162 is Cyan = 0, Magento = 0.37, Yellow = 0.24 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 81 | 98 | - |
| CMYK | 0 | 0.37 | 0.24 | 0.49 |
| HSL | 338.75º | 0.23% | 0.41% | - |
| HSV(B) | 338.75º | 0.37% | 0.51% | - |
| XYZ | 14.2 | 11.43 | 13.01 | - |
| YUV | 97.29 | 128.4 | 150.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 81 | 98 | 0 | 0.37 | 0.24 | 0.49 | 338.75 | 0.23 | 0.41 |
| Hex | 81 | 51 | 62 | 0 | 25 | 18 | 31 | 153 | 17 | 29 |
| Octal | 201 | 121 | 142 | 0 | 45 | 30 | 61 | 523 | 27 | 51 |
| Binary | 10000001 | 1010001 | 1100010 | 0 | 100101 | 11000 | 110001 | 101010011 | 10111 | 101001 |
Color Harmonies of #815162
Complementary color
Monochromatic Colors of #815162
Black with #815162
Text Example
Text Example
White with #815162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #815162; }
p { color: rgb(129,81,98); }
H1.HeaderClassName
{
color: #815162;
}
.AnyTagClassName
{
color: #815162;
}
</style>
background-color css
<style>
a { background-color: #815162; }
a { background-color: rgb(129,81,98); }
div.DivClassName
{
background-color: #815162;
}
.BgClassName
{
background-color: #815162;
}
</style>
border-color css
<style>
span { border-color: #815162; }
span { border-color: rgb(129,81,98); }
td.TdClassName
{
border-color: #815162;
}
.TagClassName
{
border-color: #815162;
}
</style>