Shades of Cosmic #883B65
Tints of Cosmic #883B65
RGB
CMYK
RGB Variations
Color information
#883B65 (or 0x883B65) is known color: Cosmic. HEX triplet: 88, 3B and 65. RGB value is (136,59,101). Sum of RGB (Red+Green+Blue) = 136+59+101=296 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.95% from 296); Green value is 59 (23.44% from 255 or 19.93% from 296); Blue value is 101 (39.84% from 255 or 34.12% from 296); Max value from RGB is 136 - color contains mainly: red. Hex color #883B65 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #883B65 is #77C49A. Grayscale: #565656. Windows color (decimal): -7849115 or 6634376. OLE color: 6634376.
HSL color Cylindrical-coordinate representation of color #883B65: hue angle of 327.27º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #883B65 is Cyan = 0, Magento = 0.57, Yellow = 0.26 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 59 | 101 | - |
| CMYK | 0 | 0.57 | 0.26 | 0.47 |
| HSL | 327.27º | 0.39% | 0.38% | - |
| HSV(B) | 327.27º | 0.57% | 0.53% | - |
| XYZ | 14.07 | 9.3 | 13.37 | - |
| YUV | 86.81 | 136.01 | 163.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 59 | 101 | 0 | 0.57 | 0.26 | 0.47 | 327.27 | 0.39 | 0.38 |
| Hex | 88 | 3B | 65 | 0 | 39 | 1A | 2F | 147 | 27 | 26 |
| Octal | 210 | 73 | 145 | 0 | 71 | 32 | 57 | 507 | 47 | 46 |
| Binary | 10001000 | 111011 | 1100101 | 0 | 111001 | 11010 | 101111 | 101000111 | 100111 | 100110 |
Color Harmonies of #883B65
Complementary color
Monochromatic Colors of #883B65
Black with #883B65
Text Example
Text Example
White with #883B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883B65; }
p { color: rgb(136,59,101); }
H1.HeaderClassName
{
color: #883B65;
}
.AnyTagClassName
{
color: #883B65;
}
</style>
background-color css
<style>
a { background-color: #883B65; }
a { background-color: rgb(136,59,101); }
div.DivClassName
{
background-color: #883B65;
}
.BgClassName
{
background-color: #883B65;
}
</style>
border-color css
<style>
span { border-color: #883B65; }
span { border-color: rgb(136,59,101); }
td.TdClassName
{
border-color: #883B65;
}
.TagClassName
{
border-color: #883B65;
}
</style>