Shades of Cosmic #86405F
Tints of Cosmic #86405F
RGB
CMYK
RGB Variations
Color information
#86405F (or 0x86405F) is known color: Cosmic. HEX triplet: 86, 40 and 5F. RGB value is (134,64,95). Sum of RGB (Red+Green+Blue) = 134+64+95=293 (38% of max value = 765). Red value is 134 (52.73% from 255 or 45.73% from 293); Green value is 64 (25.39% from 255 or 21.84% from 293); Blue value is 95 (37.5% from 255 or 32.42% from 293); Max value from RGB is 134 - color contains mainly: red. Hex color #86405F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86405F is #79BFA0. Grayscale: #585858. Windows color (decimal): -7978913 or 6242438. OLE color: 6242438.
HSL color Cylindrical-coordinate representation of color #86405F: hue angle of 333.43º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #86405F is Cyan = 0, Magento = 0.52, Yellow = 0.29 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 64 | 95 | - |
| CMYK | 0 | 0.52 | 0.29 | 0.47 |
| HSL | 333.43º | 0.35% | 0.39% | - |
| HSV(B) | 333.43º | 0.52% | 0.53% | - |
| XYZ | 13.73 | 9.56 | 11.95 | - |
| YUV | 88.46 | 131.69 | 160.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 64 | 95 | 0 | 0.52 | 0.29 | 0.47 | 333.43 | 0.35 | 0.39 |
| Hex | 86 | 40 | 5F | 0 | 34 | 1D | 2F | 14D | 23 | 27 |
| Octal | 206 | 100 | 137 | 0 | 64 | 35 | 57 | 515 | 43 | 47 |
| Binary | 10000110 | 1000000 | 1011111 | 0 | 110100 | 11101 | 101111 | 101001101 | 100011 | 100111 |
Color Harmonies of #86405F
Complementary color
Monochromatic Colors of #86405F
Black with #86405F
Text Example
Text Example
White with #86405F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86405F; }
p { color: rgb(134,64,95); }
H1.HeaderClassName
{
color: #86405F;
}
.AnyTagClassName
{
color: #86405F;
}
</style>
background-color css
<style>
a { background-color: #86405F; }
a { background-color: rgb(134,64,95); }
div.DivClassName
{
background-color: #86405F;
}
.BgClassName
{
background-color: #86405F;
}
</style>
border-color css
<style>
span { border-color: #86405F; }
span { border-color: rgb(134,64,95); }
td.TdClassName
{
border-color: #86405F;
}
.TagClassName
{
border-color: #86405F;
}
</style>