Shades of Cosmic #86446F
Tints of Cosmic #86446F
RGB
CMYK
RGB Variations
Color information
#86446F (or 0x86446F) is known color: Cosmic. HEX triplet: 86, 44 and 6F. RGB value is (134,68,111). Sum of RGB (Red+Green+Blue) = 134+68+111=313 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.81% from 313); Green value is 68 (26.95% from 255 or 21.73% from 313); Blue value is 111 (43.75% from 255 or 35.46% from 313); Max value from RGB is 134 - color contains mainly: red. Hex color #86446F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86446F is #79BB90. Grayscale: #5C5C5C. Windows color (decimal): -7977873 or 7292038. OLE color: 7292038.
HSL color Cylindrical-coordinate representation of color #86446F: hue angle of 320.91º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #86446F is Cyan = 0, Magento = 0.49, Yellow = 0.17 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 68 | 111 | - |
| CMYK | 0 | 0.49 | 0.17 | 0.47 |
| HSL | 320.91º | 0.33% | 0.4% | - |
| HSV(B) | 320.91º | 0.49% | 0.53% | - |
| XYZ | 14.77 | 10.35 | 16.26 | - |
| YUV | 92.64 | 138.37 | 157.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 68 | 111 | 0 | 0.49 | 0.17 | 0.47 | 320.91 | 0.33 | 0.4 |
| Hex | 86 | 44 | 6F | 0 | 31 | 11 | 2F | 141 | 21 | 28 |
| Octal | 206 | 104 | 157 | 0 | 61 | 21 | 57 | 501 | 41 | 50 |
| Binary | 10000110 | 1000100 | 1101111 | 0 | 110001 | 10001 | 101111 | 101000001 | 100001 | 101000 |
Color Harmonies of #86446F
Complementary color
Monochromatic Colors of #86446F
Black with #86446F
Text Example
Text Example
White with #86446F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86446F; }
p { color: rgb(134,68,111); }
H1.HeaderClassName
{
color: #86446F;
}
.AnyTagClassName
{
color: #86446F;
}
</style>
background-color css
<style>
a { background-color: #86446F; }
a { background-color: rgb(134,68,111); }
div.DivClassName
{
background-color: #86446F;
}
.BgClassName
{
background-color: #86446F;
}
</style>
border-color css
<style>
span { border-color: #86446F; }
span { border-color: rgb(134,68,111); }
td.TdClassName
{
border-color: #86446F;
}
.TagClassName
{
border-color: #86446F;
}
</style>