Shades of Cosmic #853D61
Tints of Cosmic #853D61
RGB
CMYK
RGB Variations
Color information
#853D61 (or 0x853D61) is known color: Cosmic. HEX triplet: 85, 3D and 61. RGB value is (133,61,97). Sum of RGB (Red+Green+Blue) = 133+61+97=291 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.70% from 291); Green value is 61 (24.22% from 255 or 20.96% from 291); Blue value is 97 (38.28% from 255 or 33.33% from 291); Max value from RGB is 133 - color contains mainly: red. Hex color #853D61 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853D61 is #7AC29E. Grayscale: #565656. Windows color (decimal): -8045215 or 6372741. OLE color: 6372741.
HSL color Cylindrical-coordinate representation of color #853D61: hue angle of 330º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #853D61 is Cyan = 0, Magento = 0.54, Yellow = 0.27 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 61 | 97 | - |
| CMYK | 0 | 0.54 | 0.27 | 0.48 |
| HSL | 330º | 0.37% | 0.38% | - |
| HSV(B) | 330º | 0.54% | 0.52% | - |
| XYZ | 13.5 | 9.19 | 12.37 | - |
| YUV | 86.63 | 133.85 | 161.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 61 | 97 | 0 | 0.54 | 0.27 | 0.48 | 330 | 0.37 | 0.38 |
| Hex | 85 | 3D | 61 | 0 | 36 | 1B | 30 | 14A | 25 | 26 |
| Octal | 205 | 75 | 141 | 0 | 66 | 33 | 60 | 512 | 45 | 46 |
| Binary | 10000101 | 111101 | 1100001 | 0 | 110110 | 11011 | 110000 | 101001010 | 100101 | 100110 |
Color Harmonies of #853D61
Complementary color
Monochromatic Colors of #853D61
Black with #853D61
Text Example
Text Example
White with #853D61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853D61; }
p { color: rgb(133,61,97); }
H1.HeaderClassName
{
color: #853D61;
}
.AnyTagClassName
{
color: #853D61;
}
</style>
background-color css
<style>
a { background-color: #853D61; }
a { background-color: rgb(133,61,97); }
div.DivClassName
{
background-color: #853D61;
}
.BgClassName
{
background-color: #853D61;
}
</style>
border-color css
<style>
span { border-color: #853D61; }
span { border-color: rgb(133,61,97); }
td.TdClassName
{
border-color: #853D61;
}
.TagClassName
{
border-color: #853D61;
}
</style>