Shades of Cosmic #853D64
Tints of Cosmic #853D64
RGB
CMYK
RGB Variations
Color information
#853D64 (or 0x853D64) is known color: Cosmic. HEX triplet: 85, 3D and 64. RGB value is (133,61,100). Sum of RGB (Red+Green+Blue) = 133+61+100=294 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.24% from 294); Green value is 61 (24.22% from 255 or 20.75% from 294); Blue value is 100 (39.45% from 255 or 34.01% from 294); Max value from RGB is 133 - color contains mainly: red. Hex color #853D64 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853D64 is #7AC29B. Grayscale: #565656. Windows color (decimal): -8045212 or 6569349. OLE color: 6569349.
HSL color Cylindrical-coordinate representation of color #853D64: hue angle of 327.5º 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 #853D64 is Cyan = 0, Magento = 0.54, Yellow = 0.25 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 61 | 100 | - |
| CMYK | 0 | 0.54 | 0.25 | 0.48 |
| HSL | 327.5º | 0.37% | 0.38% | - |
| HSV(B) | 327.5º | 0.54% | 0.52% | - |
| XYZ | 13.64 | 9.24 | 13.12 | - |
| YUV | 86.97 | 135.35 | 160.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 61 | 100 | 0 | 0.54 | 0.25 | 0.48 | 327.5 | 0.37 | 0.38 |
| Hex | 85 | 3D | 64 | 0 | 36 | 19 | 30 | 148 | 25 | 26 |
| Octal | 205 | 75 | 144 | 0 | 66 | 31 | 60 | 510 | 45 | 46 |
| Binary | 10000101 | 111101 | 1100100 | 0 | 110110 | 11001 | 110000 | 101001000 | 100101 | 100110 |
Color Harmonies of #853D64
Complementary color
Monochromatic Colors of #853D64
Black with #853D64
Text Example
Text Example
White with #853D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853D64; }
p { color: rgb(133,61,100); }
H1.HeaderClassName
{
color: #853D64;
}
.AnyTagClassName
{
color: #853D64;
}
</style>
background-color css
<style>
a { background-color: #853D64; }
a { background-color: rgb(133,61,100); }
div.DivClassName
{
background-color: #853D64;
}
.BgClassName
{
background-color: #853D64;
}
</style>
border-color css
<style>
span { border-color: #853D64; }
span { border-color: rgb(133,61,100); }
td.TdClassName
{
border-color: #853D64;
}
.TagClassName
{
border-color: #853D64;
}
</style>