Shades of Cosmic #854D71
Tints of Cosmic #854D71
RGB
CMYK
RGB Variations
Color information
#854D71 (or 0x854D71) is known color: Cosmic. HEX triplet: 85, 4D and 71. RGB value is (133,77,113). Sum of RGB (Red+Green+Blue) = 133+77+113=323 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.18% from 323); Green value is 77 (30.47% from 255 or 23.84% from 323); Blue value is 113 (44.53% from 255 or 34.98% from 323); Max value from RGB is 133 - color contains mainly: red. Hex color #854D71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #854D71 is #7AB28E. Grayscale: #616161. Windows color (decimal): -8041103 or 7425413. OLE color: 7425413.
HSL color Cylindrical-coordinate representation of color #854D71: hue angle of 321.43º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #854D71 is Cyan = 0, Magento = 0.42, Yellow = 0.15 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 77 | 113 | - |
| CMYK | 0 | 0.42 | 0.15 | 0.48 |
| HSL | 321.43º | 0.27% | 0.41% | - |
| HSV(B) | 321.43º | 0.42% | 0.52% | - |
| XYZ | 15.31 | 11.49 | 17.03 | - |
| YUV | 97.85 | 136.55 | 153.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 77 | 113 | 0 | 0.42 | 0.15 | 0.48 | 321.43 | 0.27 | 0.41 |
| Hex | 85 | 4D | 71 | 0 | 2A | F | 30 | 141 | 1B | 29 |
| Octal | 205 | 115 | 161 | 0 | 52 | 17 | 60 | 501 | 33 | 51 |
| Binary | 10000101 | 1001101 | 1110001 | 0 | 101010 | 1111 | 110000 | 101000001 | 11011 | 101001 |
Color Harmonies of #854D71
Complementary color
Monochromatic Colors of #854D71
Black with #854D71
Text Example
Text Example
White with #854D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #854D71; }
p { color: rgb(133,77,113); }
H1.HeaderClassName
{
color: #854D71;
}
.AnyTagClassName
{
color: #854D71;
}
</style>
background-color css
<style>
a { background-color: #854D71; }
a { background-color: rgb(133,77,113); }
div.DivClassName
{
background-color: #854D71;
}
.BgClassName
{
background-color: #854D71;
}
</style>
border-color css
<style>
span { border-color: #854D71; }
span { border-color: rgb(133,77,113); }
td.TdClassName
{
border-color: #854D71;
}
.TagClassName
{
border-color: #854D71;
}
</style>