Shades of Cosmic #873D63
Tints of Cosmic #873D63
RGB
CMYK
RGB Variations
Color information
#873D63 (or 0x873D63) is known color: Cosmic. HEX triplet: 87, 3D and 63. RGB value is (135,61,99). Sum of RGB (Red+Green+Blue) = 135+61+99=295 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.76% from 295); Green value is 61 (24.22% from 255 or 20.68% from 295); Blue value is 99 (39.06% from 255 or 33.56% from 295); Max value from RGB is 135 - color contains mainly: red. Hex color #873D63 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #873D63 is #78C29C. Grayscale: #575757. Windows color (decimal): -7914141 or 6503815. OLE color: 6503815.
HSL color Cylindrical-coordinate representation of color #873D63: hue angle of 329.19º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #873D63 is Cyan = 0, Magento = 0.55, Yellow = 0.27 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 61 | 99 | - |
| CMYK | 0 | 0.55 | 0.27 | 0.47 |
| HSL | 329.19º | 0.38% | 0.38% | - |
| HSV(B) | 329.19º | 0.55% | 0.53% | - |
| XYZ | 13.91 | 9.39 | 12.88 | - |
| YUV | 87.46 | 134.52 | 161.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 61 | 99 | 0 | 0.55 | 0.27 | 0.47 | 329.19 | 0.38 | 0.38 |
| Hex | 87 | 3D | 63 | 0 | 37 | 1B | 2F | 149 | 26 | 26 |
| Octal | 207 | 75 | 143 | 0 | 67 | 33 | 57 | 511 | 46 | 46 |
| Binary | 10000111 | 111101 | 1100011 | 0 | 110111 | 11011 | 101111 | 101001001 | 100110 | 100110 |
Color Harmonies of #873D63
Complementary color
Monochromatic Colors of #873D63
Black with #873D63
Text Example
Text Example
White with #873D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #873D63; }
p { color: rgb(135,61,99); }
H1.HeaderClassName
{
color: #873D63;
}
.AnyTagClassName
{
color: #873D63;
}
</style>
background-color css
<style>
a { background-color: #873D63; }
a { background-color: rgb(135,61,99); }
div.DivClassName
{
background-color: #873D63;
}
.BgClassName
{
background-color: #873D63;
}
</style>
border-color css
<style>
span { border-color: #873D63; }
span { border-color: rgb(135,61,99); }
td.TdClassName
{
border-color: #873D63;
}
.TagClassName
{
border-color: #873D63;
}
</style>