Shades of Cosmic #87435D
Tints of Cosmic #87435D
RGB
CMYK
RGB Variations
Color information
#87435D (or 0x87435D) is known color: Cosmic. HEX triplet: 87, 43 and 5D. RGB value is (135,67,93). Sum of RGB (Red+Green+Blue) = 135+67+93=295 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.76% from 295); Green value is 67 (26.56% from 255 or 22.71% from 295); Blue value is 93 (36.72% from 255 or 31.53% from 295); Max value from RGB is 135 - color contains mainly: red. Hex color #87435D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87435D is #78BCA2. Grayscale: #5A5A5A. Windows color (decimal): -7912611 or 6112135. OLE color: 6112135.
HSL color Cylindrical-coordinate representation of color #87435D: hue angle of 337.06º 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 #87435D is Cyan = 0, Magento = 0.50, Yellow = 0.31 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 67 | 93 | - |
| CMYK | 0 | 0.50 | 0.31 | 0.47 |
| HSL | 337.06º | 0.34% | 0.4% | - |
| HSV(B) | 337.06º | 0.5% | 0.53% | - |
| XYZ | 13.97 | 9.96 | 11.54 | - |
| YUV | 90.3 | 129.53 | 159.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 67 | 93 | 0 | 0.50 | 0.31 | 0.47 | 337.06 | 0.34 | 0.4 |
| Hex | 87 | 43 | 5D | 0 | 32 | 1F | 2F | 151 | 22 | 28 |
| Octal | 207 | 103 | 135 | 0 | 62 | 37 | 57 | 521 | 42 | 50 |
| Binary | 10000111 | 1000011 | 1011101 | 0 | 110010 | 11111 | 101111 | 101010001 | 100010 | 101000 |
Color Harmonies of #87435D
Complementary color
Monochromatic Colors of #87435D
Black with #87435D
Text Example
Text Example
White with #87435D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87435D; }
p { color: rgb(135,67,93); }
H1.HeaderClassName
{
color: #87435D;
}
.AnyTagClassName
{
color: #87435D;
}
</style>
background-color css
<style>
a { background-color: #87435D; }
a { background-color: rgb(135,67,93); }
div.DivClassName
{
background-color: #87435D;
}
.BgClassName
{
background-color: #87435D;
}
</style>
border-color css
<style>
span { border-color: #87435D; }
span { border-color: rgb(135,67,93); }
td.TdClassName
{
border-color: #87435D;
}
.TagClassName
{
border-color: #87435D;
}
</style>