Shades of Cosmic #85455F
Tints of Cosmic #85455F
RGB
CMYK
RGB Variations
Color information
#85455F (or 0x85455F) is known color: Cosmic. HEX triplet: 85, 45 and 5F. RGB value is (133,69,95). Sum of RGB (Red+Green+Blue) = 133+69+95=297 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.78% from 297); Green value is 69 (27.34% from 255 or 23.23% from 297); Blue value is 95 (37.5% from 255 or 31.99% from 297); Max value from RGB is 133 - color contains mainly: red. Hex color #85455F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85455F is #7ABAA0. Grayscale: #5B5B5B. Windows color (decimal): -8043169 or 6243717. OLE color: 6243717.
HSL color Cylindrical-coordinate representation of color #85455F: hue angle of 335.62º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #85455F is Cyan = 0, Magento = 0.48, Yellow = 0.29 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 69 | 95 | - |
| CMYK | 0 | 0.48 | 0.29 | 0.48 |
| HSL | 335.63º | 0.32% | 0.4% | - |
| HSV(B) | 335.63º | 0.48% | 0.52% | - |
| XYZ | 13.87 | 10.07 | 12.04 | - |
| YUV | 91.1 | 130.2 | 157.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 69 | 95 | 0 | 0.48 | 0.29 | 0.48 | 335.63 | 0.32 | 0.4 |
| Hex | 85 | 45 | 5F | 0 | 30 | 1D | 30 | 150 | 20 | 28 |
| Octal | 205 | 105 | 137 | 0 | 60 | 35 | 60 | 520 | 40 | 50 |
| Binary | 10000101 | 1000101 | 1011111 | 0 | 110000 | 11101 | 110000 | 101010000 | 100000 | 101000 |
Color Harmonies of #85455F
Complementary color
Monochromatic Colors of #85455F
Black with #85455F
Text Example
Text Example
White with #85455F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85455F; }
p { color: rgb(133,69,95); }
H1.HeaderClassName
{
color: #85455F;
}
.AnyTagClassName
{
color: #85455F;
}
</style>
background-color css
<style>
a { background-color: #85455F; }
a { background-color: rgb(133,69,95); }
div.DivClassName
{
background-color: #85455F;
}
.BgClassName
{
background-color: #85455F;
}
</style>
border-color css
<style>
span { border-color: #85455F; }
span { border-color: rgb(133,69,95); }
td.TdClassName
{
border-color: #85455F;
}
.TagClassName
{
border-color: #85455F;
}
</style>