Shades of Cosmic #883E6E
Tints of Cosmic #883E6E
RGB
CMYK
RGB Variations
Color information
#883E6E (or 0x883E6E) is known color: Cosmic. HEX triplet: 88, 3E and 6E. RGB value is (136,62,110). Sum of RGB (Red+Green+Blue) = 136+62+110=308 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.16% from 308); Green value is 62 (24.61% from 255 or 20.13% from 308); Blue value is 110 (43.36% from 255 or 35.71% from 308); Max value from RGB is 136 - color contains mainly: red. Hex color #883E6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #883E6E is #77C191. Grayscale: #595959. Windows color (decimal): -7848338 or 7224968. OLE color: 7224968.
HSL color Cylindrical-coordinate representation of color #883E6E: hue angle of 321.08º 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 #883E6E is Cyan = 0, Magento = 0.54, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 62 | 110 | - |
| CMYK | 0 | 0.54 | 0.19 | 0.47 |
| HSL | 321.08º | 0.37% | 0.39% | - |
| HSV(B) | 321.08º | 0.54% | 0.53% | - |
| XYZ | 14.69 | 9.81 | 15.87 | - |
| YUV | 89.6 | 139.52 | 161.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 62 | 110 | 0 | 0.54 | 0.19 | 0.47 | 321.08 | 0.37 | 0.39 |
| Hex | 88 | 3E | 6E | 0 | 36 | 13 | 2F | 141 | 25 | 27 |
| Octal | 210 | 76 | 156 | 0 | 66 | 23 | 57 | 501 | 45 | 47 |
| Binary | 10001000 | 111110 | 1101110 | 0 | 110110 | 10011 | 101111 | 101000001 | 100101 | 100111 |
Color Harmonies of #883E6E
Complementary color
Monochromatic Colors of #883E6E
Black with #883E6E
Text Example
Text Example
White with #883E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883E6E; }
p { color: rgb(136,62,110); }
H1.HeaderClassName
{
color: #883E6E;
}
.AnyTagClassName
{
color: #883E6E;
}
</style>
background-color css
<style>
a { background-color: #883E6E; }
a { background-color: rgb(136,62,110); }
div.DivClassName
{
background-color: #883E6E;
}
.BgClassName
{
background-color: #883E6E;
}
</style>
border-color css
<style>
span { border-color: #883E6E; }
span { border-color: rgb(136,62,110); }
td.TdClassName
{
border-color: #883E6E;
}
.TagClassName
{
border-color: #883E6E;
}
</style>