Shades of Cosmic #853F5D
Tints of Cosmic #853F5D
RGB
CMYK
RGB Variations
Color information
#853F5D (or 0x853F5D) is known color: Cosmic. HEX triplet: 85, 3F and 5D. RGB value is (133,63,93). Sum of RGB (Red+Green+Blue) = 133+63+93=289 (38% of max value = 765). Red value is 133 (52.34% from 255 or 46.02% from 289); Green value is 63 (25% from 255 or 21.80% from 289); Blue value is 93 (36.72% from 255 or 32.18% from 289); Max value from RGB is 133 - color contains mainly: red. Hex color #853F5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853F5D is #7AC0A2. Grayscale: #575757. Windows color (decimal): -8044707 or 6111109. OLE color: 6111109.
HSL color Cylindrical-coordinate representation of color #853F5D: hue angle of 334.29º 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 #853F5D is Cyan = 0, Magento = 0.53, Yellow = 0.30 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 63 | 93 | - |
| CMYK | 0 | 0.53 | 0.30 | 0.48 |
| HSL | 334.29º | 0.36% | 0.38% | - |
| HSV(B) | 334.29º | 0.53% | 0.52% | - |
| XYZ | 13.43 | 9.33 | 11.45 | - |
| YUV | 87.35 | 131.19 | 160.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 63 | 93 | 0 | 0.53 | 0.30 | 0.48 | 334.29 | 0.36 | 0.38 |
| Hex | 85 | 3F | 5D | 0 | 35 | 1E | 30 | 14E | 24 | 26 |
| Octal | 205 | 77 | 135 | 0 | 65 | 36 | 60 | 516 | 44 | 46 |
| Binary | 10000101 | 111111 | 1011101 | 0 | 110101 | 11110 | 110000 | 101001110 | 100100 | 100110 |
Color Harmonies of #853F5D
Complementary color
Monochromatic Colors of #853F5D
Black with #853F5D
Text Example
Text Example
White with #853F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853F5D; }
p { color: rgb(133,63,93); }
H1.HeaderClassName
{
color: #853F5D;
}
.AnyTagClassName
{
color: #853F5D;
}
</style>
background-color css
<style>
a { background-color: #853F5D; }
a { background-color: rgb(133,63,93); }
div.DivClassName
{
background-color: #853F5D;
}
.BgClassName
{
background-color: #853F5D;
}
</style>
border-color css
<style>
span { border-color: #853F5D; }
span { border-color: rgb(133,63,93); }
td.TdClassName
{
border-color: #853F5D;
}
.TagClassName
{
border-color: #853F5D;
}
</style>