Shades of Cosmic #88415D
Tints of Cosmic #88415D
RGB
CMYK
RGB Variations
Color information
#88415D (or 0x88415D) is known color: Cosmic. HEX triplet: 88, 41 and 5D. RGB value is (136,65,93). Sum of RGB (Red+Green+Blue) = 136+65+93=294 (38% of max value = 765). Red value is 136 (53.52% from 255 or 46.26% from 294); Green value is 65 (25.78% from 255 or 22.11% from 294); Blue value is 93 (36.72% from 255 or 31.63% from 294); Max value from RGB is 136 - color contains mainly: red. Hex color #88415D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88415D is #77BEA2. Grayscale: #595959. Windows color (decimal): -7847587 or 6111624. OLE color: 6111624.
HSL color Cylindrical-coordinate representation of color #88415D: hue angle of 336.34º 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 #88415D is Cyan = 0, Magento = 0.52, Yellow = 0.32 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 65 | 93 | - |
| CMYK | 0 | 0.52 | 0.32 | 0.47 |
| HSL | 336.34º | 0.35% | 0.39% | - |
| HSV(B) | 336.34º | 0.52% | 0.53% | - |
| XYZ | 14.02 | 9.81 | 11.51 | - |
| YUV | 89.42 | 130.02 | 161.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 65 | 93 | 0 | 0.52 | 0.32 | 0.47 | 336.34 | 0.35 | 0.39 |
| Hex | 88 | 41 | 5D | 0 | 34 | 20 | 2F | 150 | 23 | 27 |
| Octal | 210 | 101 | 135 | 0 | 64 | 40 | 57 | 520 | 43 | 47 |
| Binary | 10001000 | 1000001 | 1011101 | 0 | 110100 | 100000 | 101111 | 101010000 | 100011 | 100111 |
Color Harmonies of #88415D
Complementary color
Monochromatic Colors of #88415D
Black with #88415D
Text Example
Text Example
White with #88415D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88415D; }
p { color: rgb(136,65,93); }
H1.HeaderClassName
{
color: #88415D;
}
.AnyTagClassName
{
color: #88415D;
}
</style>
background-color css
<style>
a { background-color: #88415D; }
a { background-color: rgb(136,65,93); }
div.DivClassName
{
background-color: #88415D;
}
.BgClassName
{
background-color: #88415D;
}
</style>
border-color css
<style>
span { border-color: #88415D; }
span { border-color: rgb(136,65,93); }
td.TdClassName
{
border-color: #88415D;
}
.TagClassName
{
border-color: #88415D;
}
</style>