Shades of Cosmic #883E6D
Tints of Cosmic #883E6D
RGB
CMYK
RGB Variations
Color information
#883E6D (or 0x883E6D) is known color: Cosmic. HEX triplet: 88, 3E and 6D. RGB value is (136,62,109). Sum of RGB (Red+Green+Blue) = 136+62+109=307 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.30% from 307); Green value is 62 (24.61% from 255 or 20.20% from 307); Blue value is 109 (42.97% from 255 or 35.50% from 307); Max value from RGB is 136 - color contains mainly: red. Hex color #883E6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #883E6D is #77C192. Grayscale: #595959. Windows color (decimal): -7848339 or 7159432. OLE color: 7159432.
HSL color Cylindrical-coordinate representation of color #883E6D: hue angle of 321.89º degrees, saturation: 0.37, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #883E6D is Cyan = 0, Magento = 0.54, Yellow = 0.20 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 62 | 109 | - |
| CMYK | 0 | 0.54 | 0.20 | 0.47 |
| HSL | 321.89º | 0.37% | 0.39% | - |
| HSV(B) | 321.89º | 0.54% | 0.53% | - |
| XYZ | 14.64 | 9.78 | 15.59 | - |
| YUV | 89.48 | 139.02 | 161.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 62 | 109 | 0 | 0.54 | 0.20 | 0.47 | 321.89 | 0.37 | 0.39 |
| Hex | 88 | 3E | 6D | 0 | 36 | 14 | 2F | 142 | 25 | 27 |
| Octal | 210 | 76 | 155 | 0 | 66 | 24 | 57 | 502 | 45 | 47 |
| Binary | 10001000 | 111110 | 1101101 | 0 | 110110 | 10100 | 101111 | 101000010 | 100101 | 100111 |
Color Harmonies of #883E6D
Complementary color
Monochromatic Colors of #883E6D
Black with #883E6D
Text Example
Text Example
White with #883E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883E6D; }
p { color: rgb(136,62,109); }
H1.HeaderClassName
{
color: #883E6D;
}
.AnyTagClassName
{
color: #883E6D;
}
</style>
background-color css
<style>
a { background-color: #883E6D; }
a { background-color: rgb(136,62,109); }
div.DivClassName
{
background-color: #883E6D;
}
.BgClassName
{
background-color: #883E6D;
}
</style>
border-color css
<style>
span { border-color: #883E6D; }
span { border-color: rgb(136,62,109); }
td.TdClassName
{
border-color: #883E6D;
}
.TagClassName
{
border-color: #883E6D;
}
</style>