Shades of Crab Apple #87312A
Tints of Crab Apple #87312A
RGB
CMYK
RGB Variations
Color information
#87312A (or 0x87312A) is known color: Crab Apple. HEX triplet: 87, 31 and 2A. RGB value is (135,49,42). Sum of RGB (Red+Green+Blue) = 135+49+42=226 (29% of max value = 765). Red value is 135 (53.12% from 255 or 59.73% from 226); Green value is 49 (19.53% from 255 or 21.68% from 226); Blue value is 42 (16.80% from 255 or 18.58% from 226); Max value from RGB is 135 - color contains mainly: red. Hex color #87312A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87312A is #78CED5. Grayscale: #4A4A4A. Windows color (decimal): -7917270 or 2765191. OLE color: 2765191.
HSL color Cylindrical-coordinate representation of color #87312A: hue angle of 4.52º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #87312A is Cyan = 0, Magento = 0.64, Yellow = 0.69 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 49 | 42 | - |
| CMYK | 0 | 0.64 | 0.69 | 0.47 |
| HSL | 4.52º | 0.53% | 0.35% | - |
| HSV(B) | 4.52º | 0.69% | 0.53% | - |
| XYZ | 11.51 | 7.51 | 3.03 | - |
| YUV | 73.92 | 109.99 | 171.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 49 | 42 | 0 | 0.64 | 0.69 | 0.47 | 4.52 | 0.53 | 0.35 |
| Hex | 87 | 31 | 2A | 0 | 40 | 45 | 2F | 5 | 35 | 23 |
| Octal | 207 | 61 | 52 | 0 | 100 | 105 | 57 | 5 | 65 | 43 |
| Binary | 10000111 | 110001 | 101010 | 0 | 1000000 | 1000101 | 101111 | 101 | 110101 | 100011 |
Color Harmonies of #87312A
Complementary color
Monochromatic Colors of #87312A
Black with #87312A
Text Example
Text Example
White with #87312A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87312A; }
p { color: rgb(135,49,42); }
H1.HeaderClassName
{
color: #87312A;
}
.AnyTagClassName
{
color: #87312A;
}
</style>
background-color css
<style>
a { background-color: #87312A; }
a { background-color: rgb(135,49,42); }
div.DivClassName
{
background-color: #87312A;
}
.BgClassName
{
background-color: #87312A;
}
</style>
border-color css
<style>
span { border-color: #87312A; }
span { border-color: rgb(135,49,42); }
td.TdClassName
{
border-color: #87312A;
}
.TagClassName
{
border-color: #87312A;
}
</style>