Shades of Cosmic #854161
Tints of Cosmic #854161
RGB
CMYK
RGB Variations
Color information
#854161 (or 0x854161) is known color: Cosmic. HEX triplet: 85, 41 and 61. RGB value is (133,65,97). Sum of RGB (Red+Green+Blue) = 133+65+97=295 (39% of max value = 765). Red value is 133 (52.34% from 255 or 45.08% from 295); Green value is 65 (25.78% from 255 or 22.03% from 295); Blue value is 97 (38.28% from 255 or 32.88% from 295); Max value from RGB is 133 - color contains mainly: red. Hex color #854161 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854161 is #7ABE9E. Grayscale: #585858. Windows color (decimal): -8044191 or 6373765. OLE color: 6373765.
HSL color Cylindrical-coordinate representation of color #854161: hue angle of 331.76º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #854161 is Cyan = 0, Magento = 0.51, Yellow = 0.27 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 65 | 97 | - |
| CMYK | 0 | 0.51 | 0.27 | 0.48 |
| HSL | 331.76º | 0.34% | 0.39% | - |
| HSV(B) | 331.76º | 0.51% | 0.52% | - |
| XYZ | 13.72 | 9.63 | 12.44 | - |
| YUV | 88.98 | 132.53 | 159.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 65 | 97 | 0 | 0.51 | 0.27 | 0.48 | 331.76 | 0.34 | 0.39 |
| Hex | 85 | 41 | 61 | 0 | 33 | 1B | 30 | 14C | 22 | 27 |
| Octal | 205 | 101 | 141 | 0 | 63 | 33 | 60 | 514 | 42 | 47 |
| Binary | 10000101 | 1000001 | 1100001 | 0 | 110011 | 11011 | 110000 | 101001100 | 100010 | 100111 |
Color Harmonies of #854161
Complementary color
Monochromatic Colors of #854161
Black with #854161
Text Example
Text Example
White with #854161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #854161; }
p { color: rgb(133,65,97); }
H1.HeaderClassName
{
color: #854161;
}
.AnyTagClassName
{
color: #854161;
}
</style>
background-color css
<style>
a { background-color: #854161; }
a { background-color: rgb(133,65,97); }
div.DivClassName
{
background-color: #854161;
}
.BgClassName
{
background-color: #854161;
}
</style>
border-color css
<style>
span { border-color: #854161; }
span { border-color: rgb(133,65,97); }
td.TdClassName
{
border-color: #854161;
}
.TagClassName
{
border-color: #854161;
}
</style>