Shades of Cosmic #71515D
Tints of Cosmic #71515D
RGB
CMYK
RGB Variations
Color information
#71515D (or 0x71515D) is known color: Cosmic. HEX triplet: 71, 51 and 5D. RGB value is (113,81,93). Sum of RGB (Red+Green+Blue) = 113+81+93=287 (38% of max value = 765). Red value is 113 (44.53% from 255 or 39.37% from 287); Green value is 81 (32.03% from 255 or 28.22% from 287); Blue value is 93 (36.72% from 255 or 32.40% from 287); Max value from RGB is 113 - color contains mainly: red. Hex color #71515D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71515D is #8EAEA2. Grayscale: #5B5B5B. Windows color (decimal): -9350819 or 6115697. OLE color: 6115697.
HSL color Cylindrical-coordinate representation of color #71515D: hue angle of 337.5º 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 #71515D is Cyan = 0, Magento = 0.28, Yellow = 0.18 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 81 | 93 | - |
| CMYK | 0 | 0.28 | 0.18 | 0.56 |
| HSL | 337.5º | 0.16% | 0.38% | - |
| HSV(B) | 337.5º | 0.28% | 0.44% | - |
| XYZ | 11.73 | 10.19 | 11.7 | - |
| YUV | 91.94 | 128.6 | 143.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 81 | 93 | 0 | 0.28 | 0.18 | 0.56 | 337.5 | 0.16 | 0.38 |
| Hex | 71 | 51 | 5D | 0 | 1C | 12 | 38 | 152 | 10 | 26 |
| Octal | 161 | 121 | 135 | 0 | 34 | 22 | 70 | 522 | 20 | 46 |
| Binary | 1110001 | 1010001 | 1011101 | 0 | 11100 | 10010 | 111000 | 101010010 | 10000 | 100110 |
Color Harmonies of #71515D
Complementary color
Monochromatic Colors of #71515D
Black with #71515D
Text Example
Text Example
White with #71515D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71515D; }
p { color: rgb(113,81,93); }
H1.HeaderClassName
{
color: #71515D;
}
.AnyTagClassName
{
color: #71515D;
}
</style>
background-color css
<style>
a { background-color: #71515D; }
a { background-color: rgb(113,81,93); }
div.DivClassName
{
background-color: #71515D;
}
.BgClassName
{
background-color: #71515D;
}
</style>
border-color css
<style>
span { border-color: #71515D; }
span { border-color: rgb(113,81,93); }
td.TdClassName
{
border-color: #71515D;
}
.TagClassName
{
border-color: #71515D;
}
</style>