Shades of Cosmic #853F71
Tints of Cosmic #853F71
RGB
CMYK
RGB Variations
Color information
#853F71 (or 0x853F71) is known color: Cosmic. HEX triplet: 85, 3F and 71. RGB value is (133,63,113). Sum of RGB (Red+Green+Blue) = 133+63+113=309 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.04% from 309); Green value is 63 (25% from 255 or 20.39% from 309); Blue value is 113 (44.53% from 255 or 36.57% from 309); Max value from RGB is 133 - color contains mainly: red. Hex color #853F71 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853F71 is #7AC08E. Grayscale: #595959. Windows color (decimal): -8044687 or 7421829. OLE color: 7421829.
HSL color Cylindrical-coordinate representation of color #853F71: hue angle of 317.14º 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 #853F71 is Cyan = 0, Magento = 0.53, Yellow = 0.15 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 63 | 113 | - |
| CMYK | 0 | 0.53 | 0.15 | 0.48 |
| HSL | 317.14º | 0.36% | 0.38% | - |
| HSV(B) | 317.14º | 0.53% | 0.52% | - |
| XYZ | 14.43 | 9.73 | 16.74 | - |
| YUV | 89.63 | 141.19 | 158.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 63 | 113 | 0 | 0.53 | 0.15 | 0.48 | 317.14 | 0.36 | 0.38 |
| Hex | 85 | 3F | 71 | 0 | 35 | F | 30 | 13D | 24 | 26 |
| Octal | 205 | 77 | 161 | 0 | 65 | 17 | 60 | 475 | 44 | 46 |
| Binary | 10000101 | 111111 | 1110001 | 0 | 110101 | 1111 | 110000 | 100111101 | 100100 | 100110 |
Color Harmonies of #853F71
Complementary color
Monochromatic Colors of #853F71
Black with #853F71
Text Example
Text Example
White with #853F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853F71; }
p { color: rgb(133,63,113); }
H1.HeaderClassName
{
color: #853F71;
}
.AnyTagClassName
{
color: #853F71;
}
</style>
background-color css
<style>
a { background-color: #853F71; }
a { background-color: rgb(133,63,113); }
div.DivClassName
{
background-color: #853F71;
}
.BgClassName
{
background-color: #853F71;
}
</style>
border-color css
<style>
span { border-color: #853F71; }
span { border-color: rgb(133,63,113); }
td.TdClassName
{
border-color: #853F71;
}
.TagClassName
{
border-color: #853F71;
}
</style>