Shades of Cosmic #71435D
Tints of Cosmic #71435D
RGB
CMYK
RGB Variations
Color information
#71435D (or 0x71435D) is known color: Cosmic. HEX triplet: 71, 43 and 5D. RGB value is (113,67,93). Sum of RGB (Red+Green+Blue) = 113+67+93=273 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.39% from 273); Green value is 67 (26.56% from 255 or 24.54% from 273); Blue value is 93 (36.72% from 255 or 34.07% from 273); Max value from RGB is 113 - color contains mainly: red. Hex color #71435D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71435D is #8EBCA2. Grayscale: #535353. Windows color (decimal): -9354403 or 6112113. OLE color: 6112113.
HSL color Cylindrical-coordinate representation of color #71435D: hue angle of 326.09º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #71435D is Cyan = 0, Magento = 0.41, Yellow = 0.18 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 67 | 93 | - |
| CMYK | 0 | 0.41 | 0.18 | 0.56 |
| HSL | 326.09º | 0.26% | 0.35% | - |
| HSV(B) | 326.09º | 0.41% | 0.44% | - |
| XYZ | 10.79 | 8.32 | 11.39 | - |
| YUV | 83.72 | 133.24 | 148.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 67 | 93 | 0 | 0.41 | 0.18 | 0.56 | 326.09 | 0.26 | 0.35 |
| Hex | 71 | 43 | 5D | 0 | 29 | 12 | 38 | 146 | 1A | 23 |
| Octal | 161 | 103 | 135 | 0 | 51 | 22 | 70 | 506 | 32 | 43 |
| Binary | 1110001 | 1000011 | 1011101 | 0 | 101001 | 10010 | 111000 | 101000110 | 11010 | 100011 |
Color Harmonies of #71435D
Complementary color
Monochromatic Colors of #71435D
Black with #71435D
Text Example
Text Example
White with #71435D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71435D; }
p { color: rgb(113,67,93); }
H1.HeaderClassName
{
color: #71435D;
}
.AnyTagClassName
{
color: #71435D;
}
</style>
background-color css
<style>
a { background-color: #71435D; }
a { background-color: rgb(113,67,93); }
div.DivClassName
{
background-color: #71435D;
}
.BgClassName
{
background-color: #71435D;
}
</style>
border-color css
<style>
span { border-color: #71435D; }
span { border-color: rgb(113,67,93); }
td.TdClassName
{
border-color: #71435D;
}
.TagClassName
{
border-color: #71435D;
}
</style>