Shades of Cosmic #873C6E
Tints of Cosmic #873C6E
RGB
CMYK
RGB Variations
Color information
#873C6E (or 0x873C6E) is known color: Cosmic. HEX triplet: 87, 3C and 6E. RGB value is (135,60,110). Sum of RGB (Red+Green+Blue) = 135+60+110=305 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.26% from 305); Green value is 60 (23.83% from 255 or 19.67% from 305); Blue value is 110 (43.36% from 255 or 36.07% from 305); Max value from RGB is 135 - color contains mainly: red. Hex color #873C6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #873C6E is #78C391. Grayscale: #585858. Windows color (decimal): -7914386 or 7224455. OLE color: 7224455.
HSL color Cylindrical-coordinate representation of color #873C6E: hue angle of 320º degrees, saturation: 0.38, 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 #873C6E is Cyan = 0, Magento = 0.56, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 60 | 110 | - |
| CMYK | 0 | 0.56 | 0.19 | 0.47 |
| HSL | 320º | 0.38% | 0.38% | - |
| HSV(B) | 320º | 0.56% | 0.53% | - |
| XYZ | 14.42 | 9.51 | 15.83 | - |
| YUV | 88.13 | 140.35 | 161.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 60 | 110 | 0 | 0.56 | 0.19 | 0.47 | 320 | 0.38 | 0.38 |
| Hex | 87 | 3C | 6E | 0 | 38 | 13 | 2F | 140 | 26 | 26 |
| Octal | 207 | 74 | 156 | 0 | 70 | 23 | 57 | 500 | 46 | 46 |
| Binary | 10000111 | 111100 | 1101110 | 0 | 111000 | 10011 | 101111 | 101000000 | 100110 | 100110 |
Color Harmonies of #873C6E
Complementary color
Monochromatic Colors of #873C6E
Black with #873C6E
Text Example
Text Example
White with #873C6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #873C6E; }
p { color: rgb(135,60,110); }
H1.HeaderClassName
{
color: #873C6E;
}
.AnyTagClassName
{
color: #873C6E;
}
</style>
background-color css
<style>
a { background-color: #873C6E; }
a { background-color: rgb(135,60,110); }
div.DivClassName
{
background-color: #873C6E;
}
.BgClassName
{
background-color: #873C6E;
}
</style>
border-color css
<style>
span { border-color: #873C6E; }
span { border-color: rgb(135,60,110); }
td.TdClassName
{
border-color: #873C6E;
}
.TagClassName
{
border-color: #873C6E;
}
</style>