Shades of Cosmic #873F5D
Tints of Cosmic #873F5D
RGB
CMYK
RGB Variations
Color information
#873F5D (or 0x873F5D) is known color: Cosmic. HEX triplet: 87, 3F and 5D. RGB value is (135,63,93). Sum of RGB (Red+Green+Blue) = 135+63+93=291 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.39% from 291); Green value is 63 (25% from 255 or 21.65% from 291); Blue value is 93 (36.72% from 255 or 31.96% from 291); Max value from RGB is 135 - color contains mainly: red. Hex color #873F5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #873F5D is #78C0A2. Grayscale: #575757. Windows color (decimal): -7913635 or 6111111. OLE color: 6111111.
HSL color Cylindrical-coordinate representation of color #873F5D: hue angle of 335º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #873F5D is Cyan = 0, Magento = 0.53, Yellow = 0.31 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 63 | 93 | - |
| CMYK | 0 | 0.53 | 0.31 | 0.47 |
| HSL | 335º | 0.36% | 0.39% | - |
| HSV(B) | 335º | 0.53% | 0.53% | - |
| XYZ | 13.74 | 9.5 | 11.46 | - |
| YUV | 87.95 | 130.85 | 161.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 63 | 93 | 0 | 0.53 | 0.31 | 0.47 | 335 | 0.36 | 0.39 |
| Hex | 87 | 3F | 5D | 0 | 35 | 1F | 2F | 14F | 24 | 27 |
| Octal | 207 | 77 | 135 | 0 | 65 | 37 | 57 | 517 | 44 | 47 |
| Binary | 10000111 | 111111 | 1011101 | 0 | 110101 | 11111 | 101111 | 101001111 | 100100 | 100111 |
Color Harmonies of #873F5D
Complementary color
Monochromatic Colors of #873F5D
Black with #873F5D
Text Example
Text Example
White with #873F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #873F5D; }
p { color: rgb(135,63,93); }
H1.HeaderClassName
{
color: #873F5D;
}
.AnyTagClassName
{
color: #873F5D;
}
</style>
background-color css
<style>
a { background-color: #873F5D; }
a { background-color: rgb(135,63,93); }
div.DivClassName
{
background-color: #873F5D;
}
.BgClassName
{
background-color: #873F5D;
}
</style>
border-color css
<style>
span { border-color: #873F5D; }
span { border-color: rgb(135,63,93); }
td.TdClassName
{
border-color: #873F5D;
}
.TagClassName
{
border-color: #873F5D;
}
</style>