Shades of Cosmic #853E5F
Tints of Cosmic #853E5F
RGB
CMYK
RGB Variations
Color information
#853E5F (or 0x853E5F) is known color: Cosmic. HEX triplet: 85, 3E and 5F. RGB value is (133,62,95). Sum of RGB (Red+Green+Blue) = 133+62+95=290 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.86% from 290); Green value is 62 (24.61% from 255 or 21.38% from 290); Blue value is 95 (37.5% from 255 or 32.76% from 290); Max value from RGB is 133 - color contains mainly: red. Hex color #853E5F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853E5F is #7AC1A0. Grayscale: #565656. Windows color (decimal): -8044961 or 6241925. OLE color: 6241925.
HSL color Cylindrical-coordinate representation of color #853E5F: hue angle of 332.11º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #853E5F is Cyan = 0, Magento = 0.53, Yellow = 0.29 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 62 | 95 | - |
| CMYK | 0 | 0.53 | 0.29 | 0.48 |
| HSL | 332.11º | 0.36% | 0.38% | - |
| HSV(B) | 332.11º | 0.53% | 0.52% | - |
| XYZ | 13.46 | 9.26 | 11.9 | - |
| YUV | 86.99 | 132.52 | 160.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 62 | 95 | 0 | 0.53 | 0.29 | 0.48 | 332.11 | 0.36 | 0.38 |
| Hex | 85 | 3E | 5F | 0 | 35 | 1D | 30 | 14C | 24 | 26 |
| Octal | 205 | 76 | 137 | 0 | 65 | 35 | 60 | 514 | 44 | 46 |
| Binary | 10000101 | 111110 | 1011111 | 0 | 110101 | 11101 | 110000 | 101001100 | 100100 | 100110 |
Color Harmonies of #853E5F
Complementary color
Monochromatic Colors of #853E5F
Black with #853E5F
Text Example
Text Example
White with #853E5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853E5F; }
p { color: rgb(133,62,95); }
H1.HeaderClassName
{
color: #853E5F;
}
.AnyTagClassName
{
color: #853E5F;
}
</style>
background-color css
<style>
a { background-color: #853E5F; }
a { background-color: rgb(133,62,95); }
div.DivClassName
{
background-color: #853E5F;
}
.BgClassName
{
background-color: #853E5F;
}
</style>
border-color css
<style>
span { border-color: #853E5F; }
span { border-color: rgb(133,62,95); }
td.TdClassName
{
border-color: #853E5F;
}
.TagClassName
{
border-color: #853E5F;
}
</style>