Shades of Cosmic #85405F
Tints of Cosmic #85405F
RGB
CMYK
RGB Variations
Color information
#85405F (or 0x85405F) is known color: Cosmic. HEX triplet: 85, 40 and 5F. RGB value is (133,64,95). Sum of RGB (Red+Green+Blue) = 133+64+95=292 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.55% from 292); Green value is 64 (25.39% from 255 or 21.92% from 292); Blue value is 95 (37.5% from 255 or 32.53% from 292); Max value from RGB is 133 - color contains mainly: red. Hex color #85405F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85405F is #7ABFA0. Grayscale: #585858. Windows color (decimal): -8044449 or 6242437. OLE color: 6242437.
HSL color Cylindrical-coordinate representation of color #85405F: hue angle of 333.04º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #85405F is Cyan = 0, Magento = 0.52, Yellow = 0.29 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 64 | 95 | - |
| CMYK | 0 | 0.52 | 0.29 | 0.48 |
| HSL | 333.04º | 0.35% | 0.39% | - |
| HSV(B) | 333.04º | 0.52% | 0.52% | - |
| XYZ | 13.57 | 9.48 | 11.94 | - |
| YUV | 88.17 | 131.86 | 159.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 64 | 95 | 0 | 0.52 | 0.29 | 0.48 | 333.04 | 0.35 | 0.39 |
| Hex | 85 | 40 | 5F | 0 | 34 | 1D | 30 | 14D | 23 | 27 |
| Octal | 205 | 100 | 137 | 0 | 64 | 35 | 60 | 515 | 43 | 47 |
| Binary | 10000101 | 1000000 | 1011111 | 0 | 110100 | 11101 | 110000 | 101001101 | 100011 | 100111 |
Color Harmonies of #85405F
Complementary color
Monochromatic Colors of #85405F
Black with #85405F
Text Example
Text Example
White with #85405F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85405F; }
p { color: rgb(133,64,95); }
H1.HeaderClassName
{
color: #85405F;
}
.AnyTagClassName
{
color: #85405F;
}
</style>
background-color css
<style>
a { background-color: #85405F; }
a { background-color: rgb(133,64,95); }
div.DivClassName
{
background-color: #85405F;
}
.BgClassName
{
background-color: #85405F;
}
</style>
border-color css
<style>
span { border-color: #85405F; }
span { border-color: rgb(133,64,95); }
td.TdClassName
{
border-color: #85405F;
}
.TagClassName
{
border-color: #85405F;
}
</style>