Shades of Cosmic #873D69
Tints of Cosmic #873D69
RGB
CMYK
RGB Variations
Color information
#873D69 (or 0x873D69) is known color: Cosmic. HEX triplet: 87, 3D and 69. RGB value is (135,61,105). Sum of RGB (Red+Green+Blue) = 135+61+105=301 (39% of max value = 765). Red value is 135 (53.12% from 255 or 44.85% from 301); Green value is 61 (24.22% from 255 or 20.27% from 301); Blue value is 105 (41.41% from 255 or 34.88% from 301); Max value from RGB is 135 - color contains mainly: red. Hex color #873D69 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #873D69 is #78C296. Grayscale: #585858. Windows color (decimal): -7914135 or 6897031. OLE color: 6897031.
HSL color Cylindrical-coordinate representation of color #873D69: hue angle of 324.32º 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 #873D69 is Cyan = 0, Magento = 0.55, Yellow = 0.22 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 61 | 105 | - |
| CMYK | 0 | 0.55 | 0.22 | 0.47 |
| HSL | 324.32º | 0.38% | 0.38% | - |
| HSV(B) | 324.32º | 0.55% | 0.53% | - |
| XYZ | 14.21 | 9.51 | 14.45 | - |
| YUV | 88.14 | 137.52 | 161.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 61 | 105 | 0 | 0.55 | 0.22 | 0.47 | 324.32 | 0.38 | 0.38 |
| Hex | 87 | 3D | 69 | 0 | 37 | 16 | 2F | 144 | 26 | 26 |
| Octal | 207 | 75 | 151 | 0 | 67 | 26 | 57 | 504 | 46 | 46 |
| Binary | 10000111 | 111101 | 1101001 | 0 | 110111 | 10110 | 101111 | 101000100 | 100110 | 100110 |
Color Harmonies of #873D69
Complementary color
Monochromatic Colors of #873D69
Black with #873D69
Text Example
Text Example
White with #873D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #873D69; }
p { color: rgb(135,61,105); }
H1.HeaderClassName
{
color: #873D69;
}
.AnyTagClassName
{
color: #873D69;
}
</style>
background-color css
<style>
a { background-color: #873D69; }
a { background-color: rgb(135,61,105); }
div.DivClassName
{
background-color: #873D69;
}
.BgClassName
{
background-color: #873D69;
}
</style>
border-color css
<style>
span { border-color: #873D69; }
span { border-color: rgb(135,61,105); }
td.TdClassName
{
border-color: #873D69;
}
.TagClassName
{
border-color: #873D69;
}
</style>