Shades of Cosmic #71475D
Tints of Cosmic #71475D
RGB
CMYK
RGB Variations
Color information
#71475D (or 0x71475D) is known color: Cosmic. HEX triplet: 71, 47 and 5D. RGB value is (113,71,93). Sum of RGB (Red+Green+Blue) = 113+71+93=277 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.79% from 277); Green value is 71 (28.12% from 255 or 25.63% from 277); Blue value is 93 (36.72% from 255 or 33.57% from 277); Max value from RGB is 113 - color contains mainly: red. Hex color #71475D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71475D is #8EB8A2. Grayscale: #565656. Windows color (decimal): -9353379 or 6113137. OLE color: 6113137.
HSL color Cylindrical-coordinate representation of color #71475D: hue angle of 328.57º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #71475D is Cyan = 0, Magento = 0.37, Yellow = 0.18 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 71 | 93 | - |
| CMYK | 0 | 0.37 | 0.18 | 0.56 |
| HSL | 328.57º | 0.23% | 0.36% | - |
| HSV(B) | 328.57º | 0.37% | 0.44% | - |
| XYZ | 11.04 | 8.81 | 11.47 | - |
| YUV | 86.07 | 131.91 | 147.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 71 | 93 | 0 | 0.37 | 0.18 | 0.56 | 328.57 | 0.23 | 0.36 |
| Hex | 71 | 47 | 5D | 0 | 25 | 12 | 38 | 149 | 17 | 24 |
| Octal | 161 | 107 | 135 | 0 | 45 | 22 | 70 | 511 | 27 | 44 |
| Binary | 1110001 | 1000111 | 1011101 | 0 | 100101 | 10010 | 111000 | 101001001 | 10111 | 100100 |
Color Harmonies of #71475D
Complementary color
Monochromatic Colors of #71475D
Black with #71475D
Text Example
Text Example
White with #71475D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71475D; }
p { color: rgb(113,71,93); }
H1.HeaderClassName
{
color: #71475D;
}
.AnyTagClassName
{
color: #71475D;
}
</style>
background-color css
<style>
a { background-color: #71475D; }
a { background-color: rgb(113,71,93); }
div.DivClassName
{
background-color: #71475D;
}
.BgClassName
{
background-color: #71475D;
}
</style>
border-color css
<style>
span { border-color: #71475D; }
span { border-color: rgb(113,71,93); }
td.TdClassName
{
border-color: #71475D;
}
.TagClassName
{
border-color: #71475D;
}
</style>