Shades of Cosmic #71515C
Tints of Cosmic #71515C
RGB
CMYK
RGB Variations
Color information
#71515C (or 0x71515C) is known color: Cosmic. HEX triplet: 71, 51 and 5C. RGB value is (113,81,92). Sum of RGB (Red+Green+Blue) = 113+81+92=286 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.51% from 286); Green value is 81 (32.03% from 255 or 28.32% from 286); Blue value is 92 (36.33% from 255 or 32.17% from 286); Max value from RGB is 113 - color contains mainly: red. Hex color #71515C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71515C is #8EAEA3. Grayscale: #5B5B5B. Windows color (decimal): -9350820 or 6050161. OLE color: 6050161.
HSL color Cylindrical-coordinate representation of color #71515C: hue angle of 339.38º 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 #71515C is Cyan = 0, Magento = 0.28, Yellow = 0.19 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 81 | 92 | - |
| CMYK | 0 | 0.28 | 0.19 | 0.56 |
| HSL | 339.38º | 0.16% | 0.38% | - |
| HSV(B) | 339.38º | 0.28% | 0.44% | - |
| XYZ | 11.68 | 10.17 | 11.47 | - |
| YUV | 91.82 | 128.1 | 143.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 81 | 92 | 0 | 0.28 | 0.19 | 0.56 | 339.38 | 0.16 | 0.38 |
| Hex | 71 | 51 | 5C | 0 | 1C | 13 | 38 | 153 | 10 | 26 |
| Octal | 161 | 121 | 134 | 0 | 34 | 23 | 70 | 523 | 20 | 46 |
| Binary | 1110001 | 1010001 | 1011100 | 0 | 11100 | 10011 | 111000 | 101010011 | 10000 | 100110 |
Color Harmonies of #71515C
Complementary color
Monochromatic Colors of #71515C
Black with #71515C
Text Example
Text Example
White with #71515C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71515C; }
p { color: rgb(113,81,92); }
H1.HeaderClassName
{
color: #71515C;
}
.AnyTagClassName
{
color: #71515C;
}
</style>
background-color css
<style>
a { background-color: #71515C; }
a { background-color: rgb(113,81,92); }
div.DivClassName
{
background-color: #71515C;
}
.BgClassName
{
background-color: #71515C;
}
</style>
border-color css
<style>
span { border-color: #71515C; }
span { border-color: rgb(113,81,92); }
td.TdClassName
{
border-color: #71515C;
}
.TagClassName
{
border-color: #71515C;
}
</style>