Shades of Cosmic #87436D
Tints of Cosmic #87436D
RGB
CMYK
RGB Variations
Color information
#87436D (or 0x87436D) is known color: Cosmic. HEX triplet: 87, 43 and 6D. RGB value is (135,67,109). Sum of RGB (Red+Green+Blue) = 135+67+109=311 (41% of max value = 765). Red value is 135 (53.12% from 255 or 43.41% from 311); Green value is 67 (26.56% from 255 or 21.54% from 311); Blue value is 109 (42.97% from 255 or 35.05% from 311); Max value from RGB is 135 - color contains mainly: red. Hex color #87436D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87436D is #78BC92. Grayscale: #5C5C5C. Windows color (decimal): -7912595 or 7160711. OLE color: 7160711.
HSL color Cylindrical-coordinate representation of color #87436D: hue angle of 322.94º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #87436D is Cyan = 0, Magento = 0.50, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 67 | 109 | - |
| CMYK | 0 | 0.50 | 0.19 | 0.47 |
| HSL | 322.94º | 0.34% | 0.4% | - |
| HSV(B) | 322.94º | 0.5% | 0.53% | - |
| XYZ | 14.76 | 10.27 | 15.67 | - |
| YUV | 92.12 | 137.53 | 158.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 67 | 109 | 0 | 0.50 | 0.19 | 0.47 | 322.94 | 0.34 | 0.4 |
| Hex | 87 | 43 | 6D | 0 | 32 | 13 | 2F | 143 | 22 | 28 |
| Octal | 207 | 103 | 155 | 0 | 62 | 23 | 57 | 503 | 42 | 50 |
| Binary | 10000111 | 1000011 | 1101101 | 0 | 110010 | 10011 | 101111 | 101000011 | 100010 | 101000 |
Color Harmonies of #87436D
Complementary color
Monochromatic Colors of #87436D
Black with #87436D
Text Example
Text Example
White with #87436D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87436D; }
p { color: rgb(135,67,109); }
H1.HeaderClassName
{
color: #87436D;
}
.AnyTagClassName
{
color: #87436D;
}
</style>
background-color css
<style>
a { background-color: #87436D; }
a { background-color: rgb(135,67,109); }
div.DivClassName
{
background-color: #87436D;
}
.BgClassName
{
background-color: #87436D;
}
</style>
border-color css
<style>
span { border-color: #87436D; }
span { border-color: rgb(135,67,109); }
td.TdClassName
{
border-color: #87436D;
}
.TagClassName
{
border-color: #87436D;
}
</style>