Shades of Cosmic #873B65
Tints of Cosmic #873B65
RGB
CMYK
RGB Variations
Color information
#873B65 (or 0x873B65) is known color: Cosmic. HEX triplet: 87, 3B and 65. RGB value is (135,59,101). Sum of RGB (Red+Green+Blue) = 135+59+101=295 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.76% from 295); Green value is 59 (23.44% from 255 or 20% from 295); Blue value is 101 (39.84% from 255 or 34.24% from 295); Max value from RGB is 135 - color contains mainly: red. Hex color #873B65 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #873B65 is #78C49A. Grayscale: #565656. Windows color (decimal): -7914651 or 6634375. OLE color: 6634375.
HSL color Cylindrical-coordinate representation of color #873B65: hue angle of 326.84º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #873B65 is Cyan = 0, Magento = 0.56, Yellow = 0.25 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 59 | 101 | - |
| CMYK | 0 | 0.56 | 0.25 | 0.47 |
| HSL | 326.84º | 0.39% | 0.38% | - |
| HSV(B) | 326.84º | 0.56% | 0.53% | - |
| XYZ | 13.9 | 9.22 | 13.36 | - |
| YUV | 86.51 | 136.18 | 162.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 59 | 101 | 0 | 0.56 | 0.25 | 0.47 | 326.84 | 0.39 | 0.38 |
| Hex | 87 | 3B | 65 | 0 | 38 | 19 | 2F | 147 | 27 | 26 |
| Octal | 207 | 73 | 145 | 0 | 70 | 31 | 57 | 507 | 47 | 46 |
| Binary | 10000111 | 111011 | 1100101 | 0 | 111000 | 11001 | 101111 | 101000111 | 100111 | 100110 |
Color Harmonies of #873B65
Complementary color
Monochromatic Colors of #873B65
Black with #873B65
Text Example
Text Example
White with #873B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #873B65; }
p { color: rgb(135,59,101); }
H1.HeaderClassName
{
color: #873B65;
}
.AnyTagClassName
{
color: #873B65;
}
</style>
background-color css
<style>
a { background-color: #873B65; }
a { background-color: rgb(135,59,101); }
div.DivClassName
{
background-color: #873B65;
}
.BgClassName
{
background-color: #873B65;
}
</style>
border-color css
<style>
span { border-color: #873B65; }
span { border-color: rgb(135,59,101); }
td.TdClassName
{
border-color: #873B65;
}
.TagClassName
{
border-color: #873B65;
}
</style>