Shades of Cosmic #863D62
Tints of Cosmic #863D62
RGB
CMYK
RGB Variations
Color information
#863D62 (or 0x863D62) is known color: Cosmic. HEX triplet: 86, 3D and 62. RGB value is (134,61,98). Sum of RGB (Red+Green+Blue) = 134+61+98=293 (38% of max value = 765). Red value is 134 (52.73% from 255 or 45.73% from 293); Green value is 61 (24.22% from 255 or 20.82% from 293); Blue value is 98 (38.67% from 255 or 33.45% from 293); Max value from RGB is 134 - color contains mainly: red. Hex color #863D62 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863D62 is #79C29D. Grayscale: #565656. Windows color (decimal): -7979678 or 6438278. OLE color: 6438278.
HSL color Cylindrical-coordinate representation of color #863D62: hue angle of 329.59º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #863D62 is Cyan = 0, Magento = 0.54, Yellow = 0.27 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 61 | 98 | - |
| CMYK | 0 | 0.54 | 0.27 | 0.47 |
| HSL | 329.59º | 0.37% | 0.38% | - |
| HSV(B) | 329.59º | 0.54% | 0.53% | - |
| XYZ | 13.7 | 9.29 | 12.63 | - |
| YUV | 87.05 | 134.18 | 161.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 61 | 98 | 0 | 0.54 | 0.27 | 0.47 | 329.59 | 0.37 | 0.38 |
| Hex | 86 | 3D | 62 | 0 | 36 | 1B | 2F | 14A | 25 | 26 |
| Octal | 206 | 75 | 142 | 0 | 66 | 33 | 57 | 512 | 45 | 46 |
| Binary | 10000110 | 111101 | 1100010 | 0 | 110110 | 11011 | 101111 | 101001010 | 100101 | 100110 |
Color Harmonies of #863D62
Complementary color
Monochromatic Colors of #863D62
Black with #863D62
Text Example
Text Example
White with #863D62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863D62; }
p { color: rgb(134,61,98); }
H1.HeaderClassName
{
color: #863D62;
}
.AnyTagClassName
{
color: #863D62;
}
</style>
background-color css
<style>
a { background-color: #863D62; }
a { background-color: rgb(134,61,98); }
div.DivClassName
{
background-color: #863D62;
}
.BgClassName
{
background-color: #863D62;
}
</style>
border-color css
<style>
span { border-color: #863D62; }
span { border-color: rgb(134,61,98); }
td.TdClassName
{
border-color: #863D62;
}
.TagClassName
{
border-color: #863D62;
}
</style>