Shades of Cosmic #85425D
Tints of Cosmic #85425D
RGB
CMYK
RGB Variations
Color information
#85425D (or 0x85425D) is known color: Cosmic. HEX triplet: 85, 42 and 5D. RGB value is (133,66,93). Sum of RGB (Red+Green+Blue) = 133+66+93=292 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.55% from 292); Green value is 66 (26.17% from 255 or 22.60% from 292); Blue value is 93 (36.72% from 255 or 31.85% from 292); Max value from RGB is 133 - color contains mainly: red. Hex color #85425D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85425D is #7ABDA2. Grayscale: #595959. Windows color (decimal): -8043939 or 6111877. OLE color: 6111877.
HSL color Cylindrical-coordinate representation of color #85425D: hue angle of 335.82º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #85425D is Cyan = 0, Magento = 0.50, Yellow = 0.30 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 66 | 93 | - |
| CMYK | 0 | 0.50 | 0.30 | 0.48 |
| HSL | 335.82º | 0.34% | 0.39% | - |
| HSV(B) | 335.82º | 0.5% | 0.52% | - |
| XYZ | 13.6 | 9.67 | 11.51 | - |
| YUV | 89.11 | 130.2 | 159.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 66 | 93 | 0 | 0.50 | 0.30 | 0.48 | 335.82 | 0.34 | 0.39 |
| Hex | 85 | 42 | 5D | 0 | 32 | 1E | 30 | 150 | 22 | 27 |
| Octal | 205 | 102 | 135 | 0 | 62 | 36 | 60 | 520 | 42 | 47 |
| Binary | 10000101 | 1000010 | 1011101 | 0 | 110010 | 11110 | 110000 | 101010000 | 100010 | 100111 |
Color Harmonies of #85425D
Complementary color
Monochromatic Colors of #85425D
Black with #85425D
Text Example
Text Example
White with #85425D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85425D; }
p { color: rgb(133,66,93); }
H1.HeaderClassName
{
color: #85425D;
}
.AnyTagClassName
{
color: #85425D;
}
</style>
background-color css
<style>
a { background-color: #85425D; }
a { background-color: rgb(133,66,93); }
div.DivClassName
{
background-color: #85425D;
}
.BgClassName
{
background-color: #85425D;
}
</style>
border-color css
<style>
span { border-color: #85425D; }
span { border-color: rgb(133,66,93); }
td.TdClassName
{
border-color: #85425D;
}
.TagClassName
{
border-color: #85425D;
}
</style>