Shades of Cosmic #853F6D
Tints of Cosmic #853F6D
RGB
CMYK
RGB Variations
Color information
#853F6D (or 0x853F6D) is known color: Cosmic. HEX triplet: 85, 3F and 6D. RGB value is (133,63,109). Sum of RGB (Red+Green+Blue) = 133+63+109=305 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.61% from 305); Green value is 63 (25% from 255 or 20.66% from 305); Blue value is 109 (42.97% from 255 or 35.74% from 305); Max value from RGB is 133 - color contains mainly: red. Hex color #853F6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853F6D is #7AC092. Grayscale: #595959. Windows color (decimal): -8044691 or 7159685. OLE color: 7159685.
HSL color Cylindrical-coordinate representation of color #853F6D: hue angle of 320.57º 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 #853F6D is Cyan = 0, Magento = 0.53, Yellow = 0.18 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 63 | 109 | - |
| CMYK | 0 | 0.53 | 0.18 | 0.48 |
| HSL | 320.57º | 0.36% | 0.38% | - |
| HSV(B) | 320.57º | 0.53% | 0.52% | - |
| XYZ | 14.21 | 9.65 | 15.58 | - |
| YUV | 89.17 | 139.19 | 159.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 63 | 109 | 0 | 0.53 | 0.18 | 0.48 | 320.57 | 0.36 | 0.38 |
| Hex | 85 | 3F | 6D | 0 | 35 | 12 | 30 | 141 | 24 | 26 |
| Octal | 205 | 77 | 155 | 0 | 65 | 22 | 60 | 501 | 44 | 46 |
| Binary | 10000101 | 111111 | 1101101 | 0 | 110101 | 10010 | 110000 | 101000001 | 100100 | 100110 |
Color Harmonies of #853F6D
Complementary color
Monochromatic Colors of #853F6D
Black with #853F6D
Text Example
Text Example
White with #853F6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853F6D; }
p { color: rgb(133,63,109); }
H1.HeaderClassName
{
color: #853F6D;
}
.AnyTagClassName
{
color: #853F6D;
}
</style>
background-color css
<style>
a { background-color: #853F6D; }
a { background-color: rgb(133,63,109); }
div.DivClassName
{
background-color: #853F6D;
}
.BgClassName
{
background-color: #853F6D;
}
</style>
border-color css
<style>
span { border-color: #853F6D; }
span { border-color: rgb(133,63,109); }
td.TdClassName
{
border-color: #853F6D;
}
.TagClassName
{
border-color: #853F6D;
}
</style>