Shades of Cosmic #85456D
Tints of Cosmic #85456D
RGB
CMYK
RGB Variations
Color information
#85456D (or 0x85456D) is known color: Cosmic. HEX triplet: 85, 45 and 6D. RGB value is (133,69,109). Sum of RGB (Red+Green+Blue) = 133+69+109=311 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.77% from 311); Green value is 69 (27.34% from 255 or 22.19% from 311); Blue value is 109 (42.97% from 255 or 35.05% from 311); Max value from RGB is 133 - color contains mainly: red. Hex color #85456D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85456D is #7ABA92. Grayscale: #5C5C5C. Windows color (decimal): -8043155 or 7161221. OLE color: 7161221.
HSL color Cylindrical-coordinate representation of color #85456D: hue angle of 322.5º 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 #85456D is Cyan = 0, Magento = 0.48, Yellow = 0.18 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 69 | 109 | - |
| CMYK | 0 | 0.48 | 0.18 | 0.48 |
| HSL | 322.5º | 0.32% | 0.4% | - |
| HSV(B) | 322.5º | 0.48% | 0.52% | - |
| XYZ | 14.56 | 10.35 | 15.7 | - |
| YUV | 92.7 | 137.2 | 156.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 69 | 109 | 0 | 0.48 | 0.18 | 0.48 | 322.5 | 0.32 | 0.4 |
| Hex | 85 | 45 | 6D | 0 | 30 | 12 | 30 | 142 | 20 | 28 |
| Octal | 205 | 105 | 155 | 0 | 60 | 22 | 60 | 502 | 40 | 50 |
| Binary | 10000101 | 1000101 | 1101101 | 0 | 110000 | 10010 | 110000 | 101000010 | 100000 | 101000 |
Color Harmonies of #85456D
Complementary color
Monochromatic Colors of #85456D
Black with #85456D
Text Example
Text Example
White with #85456D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85456D; }
p { color: rgb(133,69,109); }
H1.HeaderClassName
{
color: #85456D;
}
.AnyTagClassName
{
color: #85456D;
}
</style>
background-color css
<style>
a { background-color: #85456D; }
a { background-color: rgb(133,69,109); }
div.DivClassName
{
background-color: #85456D;
}
.BgClassName
{
background-color: #85456D;
}
</style>
border-color css
<style>
span { border-color: #85456D; }
span { border-color: rgb(133,69,109); }
td.TdClassName
{
border-color: #85456D;
}
.TagClassName
{
border-color: #85456D;
}
</style>