Shades of Cosmic #87405C
Tints of Cosmic #87405C
RGB
CMYK
RGB Variations
Color information
#87405C (or 0x87405C) is known color: Cosmic. HEX triplet: 87, 40 and 5C. RGB value is (135,64,92). Sum of RGB (Red+Green+Blue) = 135+64+92=291 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.39% from 291); Green value is 64 (25.39% from 255 or 21.99% from 291); Blue value is 92 (36.33% from 255 or 31.62% from 291); Max value from RGB is 135 - color contains mainly: red. Hex color #87405C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87405C is #78BFA3. Grayscale: #585858. Windows color (decimal): -7913380 or 6045831. OLE color: 6045831.
HSL color Cylindrical-coordinate representation of color #87405C: hue angle of 336.34º 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 #87405C is Cyan = 0, Magento = 0.53, Yellow = 0.32 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 64 | 92 | - |
| CMYK | 0 | 0.53 | 0.32 | 0.47 |
| HSL | 336.34º | 0.36% | 0.39% | - |
| HSV(B) | 336.34º | 0.53% | 0.53% | - |
| XYZ | 13.76 | 9.59 | 11.25 | - |
| YUV | 88.42 | 130.02 | 161.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 64 | 92 | 0 | 0.53 | 0.32 | 0.47 | 336.34 | 0.36 | 0.39 |
| Hex | 87 | 40 | 5C | 0 | 35 | 20 | 2F | 150 | 24 | 27 |
| Octal | 207 | 100 | 134 | 0 | 65 | 40 | 57 | 520 | 44 | 47 |
| Binary | 10000111 | 1000000 | 1011100 | 0 | 110101 | 100000 | 101111 | 101010000 | 100100 | 100111 |
Color Harmonies of #87405C
Complementary color
Monochromatic Colors of #87405C
Black with #87405C
Text Example
Text Example
White with #87405C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87405C; }
p { color: rgb(135,64,92); }
H1.HeaderClassName
{
color: #87405C;
}
.AnyTagClassName
{
color: #87405C;
}
</style>
background-color css
<style>
a { background-color: #87405C; }
a { background-color: rgb(135,64,92); }
div.DivClassName
{
background-color: #87405C;
}
.BgClassName
{
background-color: #87405C;
}
</style>
border-color css
<style>
span { border-color: #87405C; }
span { border-color: rgb(135,64,92); }
td.TdClassName
{
border-color: #87405C;
}
.TagClassName
{
border-color: #87405C;
}
</style>