Shades of Cosmic #71525A
Tints of Cosmic #71525A
RGB
CMYK
RGB Variations
Color information
#71525A (or 0x71525A) is known color: Cosmic. HEX triplet: 71, 52 and 5A. RGB value is (113,82,90). Sum of RGB (Red+Green+Blue) = 113+82+90=285 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.65% from 285); Green value is 82 (32.42% from 255 or 28.77% from 285); Blue value is 90 (35.55% from 255 or 31.58% from 285); Max value from RGB is 113 - color contains mainly: red. Hex color #71525A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71525A is #8EADA5. Grayscale: #5C5C5C. Windows color (decimal): -9350566 or 5919345. OLE color: 5919345.
HSL color Cylindrical-coordinate representation of color #71525A: hue angle of 344.52º degrees, saturation: 0.16, 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 #71525A is Cyan = 0, Magento = 0.27, Yellow = 0.20 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 82 | 90 | - |
| CMYK | 0 | 0.27 | 0.20 | 0.56 |
| HSL | 344.52º | 0.16% | 0.38% | - |
| HSV(B) | 344.52º | 0.27% | 0.44% | - |
| XYZ | 11.67 | 10.28 | 11.04 | - |
| YUV | 92.18 | 126.77 | 142.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 82 | 90 | 0 | 0.27 | 0.20 | 0.56 | 344.52 | 0.16 | 0.38 |
| Hex | 71 | 52 | 5A | 0 | 1B | 14 | 38 | 159 | 10 | 26 |
| Octal | 161 | 122 | 132 | 0 | 33 | 24 | 70 | 531 | 20 | 46 |
| Binary | 1110001 | 1010010 | 1011010 | 0 | 11011 | 10100 | 111000 | 101011001 | 10000 | 100110 |
Color Harmonies of #71525A
Complementary color
Monochromatic Colors of #71525A
Black with #71525A
Text Example
Text Example
White with #71525A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71525A; }
p { color: rgb(113,82,90); }
H1.HeaderClassName
{
color: #71525A;
}
.AnyTagClassName
{
color: #71525A;
}
</style>
background-color css
<style>
a { background-color: #71525A; }
a { background-color: rgb(113,82,90); }
div.DivClassName
{
background-color: #71525A;
}
.BgClassName
{
background-color: #71525A;
}
</style>
border-color css
<style>
span { border-color: #71525A; }
span { border-color: rgb(113,82,90); }
td.TdClassName
{
border-color: #71525A;
}
.TagClassName
{
border-color: #71525A;
}
</style>