Shades of Cosmic #71535B
Tints of Cosmic #71535B
RGB
CMYK
RGB Variations
Color information
#71535B (or 0x71535B) is known color: Cosmic. HEX triplet: 71, 53 and 5B. RGB value is (113,83,91). Sum of RGB (Red+Green+Blue) = 113+83+91=287 (38% of max value = 765). Red value is 113 (44.53% from 255 or 39.37% from 287); Green value is 83 (32.81% from 255 or 28.92% from 287); Blue value is 91 (35.94% from 255 or 31.71% from 287); Max value from RGB is 113 - color contains mainly: red. Hex color #71535B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71535B is #8EACA4. Grayscale: #5C5C5C. Windows color (decimal): -9350309 or 5985137. OLE color: 5985137.
HSL color Cylindrical-coordinate representation of color #71535B: hue angle of 344º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #71535B is Cyan = 0, Magento = 0.27, Yellow = 0.19 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 83 | 91 | - |
| CMYK | 0 | 0.27 | 0.19 | 0.56 |
| HSL | 344º | 0.15% | 0.38% | - |
| HSV(B) | 344º | 0.27% | 0.44% | - |
| XYZ | 11.79 | 10.45 | 11.29 | - |
| YUV | 92.88 | 126.94 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 83 | 91 | 0 | 0.27 | 0.19 | 0.56 | 344 | 0.15 | 0.38 |
| Hex | 71 | 53 | 5B | 0 | 1B | 13 | 38 | 158 | F | 26 |
| Octal | 161 | 123 | 133 | 0 | 33 | 23 | 70 | 530 | 17 | 46 |
| Binary | 1110001 | 1010011 | 1011011 | 0 | 11011 | 10011 | 111000 | 101011000 | 1111 | 100110 |
Color Harmonies of #71535B
Complementary color
Monochromatic Colors of #71535B
Black with #71535B
Text Example
Text Example
White with #71535B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71535B; }
p { color: rgb(113,83,91); }
H1.HeaderClassName
{
color: #71535B;
}
.AnyTagClassName
{
color: #71535B;
}
</style>
background-color css
<style>
a { background-color: #71535B; }
a { background-color: rgb(113,83,91); }
div.DivClassName
{
background-color: #71535B;
}
.BgClassName
{
background-color: #71535B;
}
</style>
border-color css
<style>
span { border-color: #71535B; }
span { border-color: rgb(113,83,91); }
td.TdClassName
{
border-color: #71535B;
}
.TagClassName
{
border-color: #71535B;
}
</style>