Shades of Cosmic #71515E
Tints of Cosmic #71515E
RGB
CMYK
RGB Variations
Color information
#71515E (or 0x71515E) is known color: Cosmic. HEX triplet: 71, 51 and 5E. RGB value is (113,81,94). Sum of RGB (Red+Green+Blue) = 113+81+94=288 (38% of max value = 765). Red value is 113 (44.53% from 255 or 39.24% from 288); Green value is 81 (32.03% from 255 or 28.12% from 288); Blue value is 94 (37.11% from 255 or 32.64% from 288); Max value from RGB is 113 - color contains mainly: red. Hex color #71515E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71515E is #8EAEA1. Grayscale: #5C5C5C. Windows color (decimal): -9350818 or 6181233. OLE color: 6181233.
HSL color Cylindrical-coordinate representation of color #71515E: hue angle of 335.62º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #71515E is Cyan = 0, Magento = 0.28, Yellow = 0.17 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 81 | 94 | - |
| CMYK | 0 | 0.28 | 0.17 | 0.56 |
| HSL | 335.63º | 0.16% | 0.38% | - |
| HSV(B) | 335.63º | 0.28% | 0.44% | - |
| XYZ | 11.77 | 10.2 | 11.94 | - |
| YUV | 92.05 | 129.1 | 142.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 81 | 94 | 0 | 0.28 | 0.17 | 0.56 | 335.63 | 0.16 | 0.38 |
| Hex | 71 | 51 | 5E | 0 | 1C | 11 | 38 | 150 | 10 | 26 |
| Octal | 161 | 121 | 136 | 0 | 34 | 21 | 70 | 520 | 20 | 46 |
| Binary | 1110001 | 1010001 | 1011110 | 0 | 11100 | 10001 | 111000 | 101010000 | 10000 | 100110 |
Color Harmonies of #71515E
Complementary color
Monochromatic Colors of #71515E
Black with #71515E
Text Example
Text Example
White with #71515E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71515E; }
p { color: rgb(113,81,94); }
H1.HeaderClassName
{
color: #71515E;
}
.AnyTagClassName
{
color: #71515E;
}
</style>
background-color css
<style>
a { background-color: #71515E; }
a { background-color: rgb(113,81,94); }
div.DivClassName
{
background-color: #71515E;
}
.BgClassName
{
background-color: #71515E;
}
</style>
border-color css
<style>
span { border-color: #71515E; }
span { border-color: rgb(113,81,94); }
td.TdClassName
{
border-color: #71515E;
}
.TagClassName
{
border-color: #71515E;
}
</style>