Shades of Cosmic #87405D
Tints of Cosmic #87405D
RGB
CMYK
RGB Variations
Color information
#87405D (or 0x87405D) is known color: Cosmic. HEX triplet: 87, 40 and 5D. RGB value is (135,64,93). Sum of RGB (Red+Green+Blue) = 135+64+93=292 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.23% from 292); Green value is 64 (25.39% from 255 or 21.92% from 292); Blue value is 93 (36.72% from 255 or 31.85% from 292); Max value from RGB is 135 - color contains mainly: red. Hex color #87405D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87405D is #78BFA2. Grayscale: #585858. Windows color (decimal): -7913379 or 6111367. OLE color: 6111367.
HSL color Cylindrical-coordinate representation of color #87405D: hue angle of 335.49º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #87405D is Cyan = 0, Magento = 0.53, Yellow = 0.31 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 64 | 93 | - |
| CMYK | 0 | 0.53 | 0.31 | 0.47 |
| HSL | 335.49º | 0.36% | 0.39% | - |
| HSV(B) | 335.49º | 0.53% | 0.53% | - |
| XYZ | 13.8 | 9.61 | 11.48 | - |
| YUV | 88.54 | 130.52 | 161.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 64 | 93 | 0 | 0.53 | 0.31 | 0.47 | 335.49 | 0.36 | 0.39 |
| Hex | 87 | 40 | 5D | 0 | 35 | 1F | 2F | 14F | 24 | 27 |
| Octal | 207 | 100 | 135 | 0 | 65 | 37 | 57 | 517 | 44 | 47 |
| Binary | 10000111 | 1000000 | 1011101 | 0 | 110101 | 11111 | 101111 | 101001111 | 100100 | 100111 |
Color Harmonies of #87405D
Complementary color
Monochromatic Colors of #87405D
Black with #87405D
Text Example
Text Example
White with #87405D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87405D; }
p { color: rgb(135,64,93); }
H1.HeaderClassName
{
color: #87405D;
}
.AnyTagClassName
{
color: #87405D;
}
</style>
background-color css
<style>
a { background-color: #87405D; }
a { background-color: rgb(135,64,93); }
div.DivClassName
{
background-color: #87405D;
}
.BgClassName
{
background-color: #87405D;
}
</style>
border-color css
<style>
span { border-color: #87405D; }
span { border-color: rgb(135,64,93); }
td.TdClassName
{
border-color: #87405D;
}
.TagClassName
{
border-color: #87405D;
}
</style>