Shades of Cosmic #71505B
Tints of Cosmic #71505B
RGB
CMYK
RGB Variations
Color information
#71505B (or 0x71505B) is known color: Cosmic. HEX triplet: 71, 50 and 5B. RGB value is (113,80,91). Sum of RGB (Red+Green+Blue) = 113+80+91=284 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.79% from 284); Green value is 80 (31.64% from 255 or 28.17% from 284); Blue value is 91 (35.94% from 255 or 32.04% from 284); Max value from RGB is 113 - color contains mainly: red. Hex color #71505B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71505B is #8EAFA4. Grayscale: #5B5B5B. Windows color (decimal): -9351077 or 5984369. OLE color: 5984369.
HSL color Cylindrical-coordinate representation of color #71505B: hue angle of 340º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #71505B is Cyan = 0, Magento = 0.29, Yellow = 0.19 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 80 | 91 | - |
| CMYK | 0 | 0.29 | 0.19 | 0.56 |
| HSL | 340º | 0.17% | 0.38% | - |
| HSV(B) | 340º | 0.29% | 0.44% | - |
| XYZ | 11.57 | 10 | 11.22 | - |
| YUV | 91.12 | 127.93 | 143.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 80 | 91 | 0 | 0.29 | 0.19 | 0.56 | 340 | 0.17 | 0.38 |
| Hex | 71 | 50 | 5B | 0 | 1D | 13 | 38 | 154 | 11 | 26 |
| Octal | 161 | 120 | 133 | 0 | 35 | 23 | 70 | 524 | 21 | 46 |
| Binary | 1110001 | 1010000 | 1011011 | 0 | 11101 | 10011 | 111000 | 101010100 | 10001 | 100110 |
Color Harmonies of #71505B
Complementary color
Monochromatic Colors of #71505B
Black with #71505B
Text Example
Text Example
White with #71505B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71505B; }
p { color: rgb(113,80,91); }
H1.HeaderClassName
{
color: #71505B;
}
.AnyTagClassName
{
color: #71505B;
}
</style>
background-color css
<style>
a { background-color: #71505B; }
a { background-color: rgb(113,80,91); }
div.DivClassName
{
background-color: #71505B;
}
.BgClassName
{
background-color: #71505B;
}
</style>
border-color css
<style>
span { border-color: #71505B; }
span { border-color: rgb(113,80,91); }
td.TdClassName
{
border-color: #71505B;
}
.TagClassName
{
border-color: #71505B;
}
</style>