Shades of Cosmic #71515A
Tints of Cosmic #71515A
RGB
CMYK
RGB Variations
Color information
#71515A (or 0x71515A) is known color: Cosmic. HEX triplet: 71, 51 and 5A. RGB value is (113,81,90). Sum of RGB (Red+Green+Blue) = 113+81+90=284 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.79% from 284); Green value is 81 (32.03% from 255 or 28.52% from 284); Blue value is 90 (35.55% from 255 or 31.69% from 284); Max value from RGB is 113 - color contains mainly: red. Hex color #71515A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71515A is #8EAEA5. Grayscale: #5B5B5B. Windows color (decimal): -9350822 or 5919089. OLE color: 5919089.
HSL color Cylindrical-coordinate representation of color #71515A: hue angle of 343.12º 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 #71515A is Cyan = 0, Magento = 0.28, Yellow = 0.20 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 81 | 90 | - |
| CMYK | 0 | 0.28 | 0.20 | 0.56 |
| HSL | 343.13º | 0.16% | 0.38% | - |
| HSV(B) | 343.13º | 0.28% | 0.44% | - |
| XYZ | 11.6 | 10.13 | 11.02 | - |
| YUV | 91.59 | 127.1 | 143.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 81 | 90 | 0 | 0.28 | 0.20 | 0.56 | 343.13 | 0.16 | 0.38 |
| Hex | 71 | 51 | 5A | 0 | 1C | 14 | 38 | 157 | 10 | 26 |
| Octal | 161 | 121 | 132 | 0 | 34 | 24 | 70 | 527 | 20 | 46 |
| Binary | 1110001 | 1010001 | 1011010 | 0 | 11100 | 10100 | 111000 | 101010111 | 10000 | 100110 |
Color Harmonies of #71515A
Complementary color
Monochromatic Colors of #71515A
Black with #71515A
Text Example
Text Example
White with #71515A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71515A; }
p { color: rgb(113,81,90); }
H1.HeaderClassName
{
color: #71515A;
}
.AnyTagClassName
{
color: #71515A;
}
</style>
background-color css
<style>
a { background-color: #71515A; }
a { background-color: rgb(113,81,90); }
div.DivClassName
{
background-color: #71515A;
}
.BgClassName
{
background-color: #71515A;
}
</style>
border-color css
<style>
span { border-color: #71515A; }
span { border-color: rgb(113,81,90); }
td.TdClassName
{
border-color: #71515A;
}
.TagClassName
{
border-color: #71515A;
}
</style>