Shades of Cosmic #71435E
Tints of Cosmic #71435E
RGB
CMYK
RGB Variations
Color information
#71435E (or 0x71435E) is known color: Cosmic. HEX triplet: 71, 43 and 5E. RGB value is (113,67,94). Sum of RGB (Red+Green+Blue) = 113+67+94=274 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.24% from 274); Green value is 67 (26.56% from 255 or 24.45% from 274); Blue value is 94 (37.11% from 255 or 34.31% from 274); Max value from RGB is 113 - color contains mainly: red. Hex color #71435E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71435E is #8EBCA1. Grayscale: #535353. Windows color (decimal): -9354402 or 6177649. OLE color: 6177649.
HSL color Cylindrical-coordinate representation of color #71435E: hue angle of 324.78º 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 #71435E is Cyan = 0, Magento = 0.41, Yellow = 0.17 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 67 | 94 | - |
| CMYK | 0 | 0.41 | 0.17 | 0.56 |
| HSL | 324.78º | 0.26% | 0.35% | - |
| HSV(B) | 324.78º | 0.41% | 0.44% | - |
| XYZ | 10.84 | 8.33 | 11.63 | - |
| YUV | 83.83 | 133.74 | 148.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 67 | 94 | 0 | 0.41 | 0.17 | 0.56 | 324.78 | 0.26 | 0.35 |
| Hex | 71 | 43 | 5E | 0 | 29 | 11 | 38 | 145 | 1A | 23 |
| Octal | 161 | 103 | 136 | 0 | 51 | 21 | 70 | 505 | 32 | 43 |
| Binary | 1110001 | 1000011 | 1011110 | 0 | 101001 | 10001 | 111000 | 101000101 | 11010 | 100011 |
Color Harmonies of #71435E
Complementary color
Monochromatic Colors of #71435E
Black with #71435E
Text Example
Text Example
White with #71435E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71435E; }
p { color: rgb(113,67,94); }
H1.HeaderClassName
{
color: #71435E;
}
.AnyTagClassName
{
color: #71435E;
}
</style>
background-color css
<style>
a { background-color: #71435E; }
a { background-color: rgb(113,67,94); }
div.DivClassName
{
background-color: #71435E;
}
.BgClassName
{
background-color: #71435E;
}
</style>
border-color css
<style>
span { border-color: #71435E; }
span { border-color: rgb(113,67,94); }
td.TdClassName
{
border-color: #71435E;
}
.TagClassName
{
border-color: #71435E;
}
</style>