Shades of Crab Apple #87352C
Tints of Crab Apple #87352C
RGB
CMYK
RGB Variations
Color information
#87352C (or 0x87352C) is known color: Crab Apple. HEX triplet: 87, 35 and 2C. RGB value is (135,53,44). Sum of RGB (Red+Green+Blue) = 135+53+44=232 (30% of max value = 765). Red value is 135 (53.12% from 255 or 58.19% from 232); Green value is 53 (21.09% from 255 or 22.84% from 232); Blue value is 44 (17.58% from 255 or 18.97% from 232); Max value from RGB is 135 - color contains mainly: red. Hex color #87352C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87352C is #78CAD3. Grayscale: #4C4C4C. Windows color (decimal): -7916244 or 2897287. OLE color: 2897287.
HSL color Cylindrical-coordinate representation of color #87352C: hue angle of 5.93º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #87352C is Cyan = 0, Magento = 0.61, Yellow = 0.67 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 53 | 44 | - |
| CMYK | 0 | 0.61 | 0.67 | 0.47 |
| HSL | 5.93º | 0.51% | 0.35% | - |
| HSV(B) | 5.93º | 0.67% | 0.53% | - |
| XYZ | 11.72 | 7.88 | 3.29 | - |
| YUV | 76.49 | 109.67 | 169.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 53 | 44 | 0 | 0.61 | 0.67 | 0.47 | 5.93 | 0.51 | 0.35 |
| Hex | 87 | 35 | 2C | 0 | 3D | 43 | 2F | 6 | 33 | 23 |
| Octal | 207 | 65 | 54 | 0 | 75 | 103 | 57 | 6 | 63 | 43 |
| Binary | 10000111 | 110101 | 101100 | 0 | 111101 | 1000011 | 101111 | 110 | 110011 | 100011 |
Color Harmonies of #87352C
Complementary color
Monochromatic Colors of #87352C
Black with #87352C
Text Example
Text Example
White with #87352C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87352C; }
p { color: rgb(135,53,44); }
H1.HeaderClassName
{
color: #87352C;
}
.AnyTagClassName
{
color: #87352C;
}
</style>
background-color css
<style>
a { background-color: #87352C; }
a { background-color: rgb(135,53,44); }
div.DivClassName
{
background-color: #87352C;
}
.BgClassName
{
background-color: #87352C;
}
</style>
border-color css
<style>
span { border-color: #87352C; }
span { border-color: rgb(135,53,44); }
td.TdClassName
{
border-color: #87352C;
}
.TagClassName
{
border-color: #87352C;
}
</style>