Shades of Cosmic #71445E
Tints of Cosmic #71445E
RGB
CMYK
RGB Variations
Color information
#71445E (or 0x71445E) is known color: Cosmic. HEX triplet: 71, 44 and 5E. RGB value is (113,68,94). Sum of RGB (Red+Green+Blue) = 113+68+94=275 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.09% from 275); Green value is 68 (26.95% from 255 or 24.73% from 275); Blue value is 94 (37.11% from 255 or 34.18% from 275); Max value from RGB is 113 - color contains mainly: red. Hex color #71445E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71445E is #8EBBA1. Grayscale: #545454. Windows color (decimal): -9354146 or 6177905. OLE color: 6177905.
HSL color Cylindrical-coordinate representation of color #71445E: hue angle of 325.33º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #71445E is Cyan = 0, Magento = 0.40, Yellow = 0.17 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 68 | 94 | - |
| CMYK | 0 | 0.40 | 0.17 | 0.56 |
| HSL | 325.33º | 0.25% | 0.35% | - |
| HSV(B) | 325.33º | 0.4% | 0.44% | - |
| XYZ | 10.9 | 8.45 | 11.65 | - |
| YUV | 84.42 | 133.41 | 148.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 68 | 94 | 0 | 0.40 | 0.17 | 0.56 | 325.33 | 0.25 | 0.35 |
| Hex | 71 | 44 | 5E | 0 | 28 | 11 | 38 | 145 | 19 | 23 |
| Octal | 161 | 104 | 136 | 0 | 50 | 21 | 70 | 505 | 31 | 43 |
| Binary | 1110001 | 1000100 | 1011110 | 0 | 101000 | 10001 | 111000 | 101000101 | 11001 | 100011 |
Color Harmonies of #71445E
Complementary color
Monochromatic Colors of #71445E
Black with #71445E
Text Example
Text Example
White with #71445E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71445E; }
p { color: rgb(113,68,94); }
H1.HeaderClassName
{
color: #71445E;
}
.AnyTagClassName
{
color: #71445E;
}
</style>
background-color css
<style>
a { background-color: #71445E; }
a { background-color: rgb(113,68,94); }
div.DivClassName
{
background-color: #71445E;
}
.BgClassName
{
background-color: #71445E;
}
</style>
border-color css
<style>
span { border-color: #71445E; }
span { border-color: rgb(113,68,94); }
td.TdClassName
{
border-color: #71445E;
}
.TagClassName
{
border-color: #71445E;
}
</style>