Shades of Crab Apple #87362D
Tints of Crab Apple #87362D
RGB
CMYK
RGB Variations
Color information
#87362D (or 0x87362D) is known color: Crab Apple. HEX triplet: 87, 36 and 2D. RGB value is (135,54,45). Sum of RGB (Red+Green+Blue) = 135+54+45=234 (30% of max value = 765). Red value is 135 (53.12% from 255 or 57.69% from 234); Green value is 54 (21.48% from 255 or 23.08% from 234); Blue value is 45 (17.97% from 255 or 19.23% from 234); Max value from RGB is 135 - color contains mainly: red. Hex color #87362D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87362D is #78C9D2. Grayscale: #4D4D4D. Windows color (decimal): -7915987 or 2963079. OLE color: 2963079.
HSL color Cylindrical-coordinate representation of color #87362D: hue angle of 6º degrees, saturation: 0.5, 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 #87362D is Cyan = 0, Magento = 0.60, Yellow = 0.67 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 54 | 45 | - |
| CMYK | 0 | 0.60 | 0.67 | 0.47 |
| HSL | 6º | 0.5% | 0.35% | - |
| HSV(B) | 6º | 0.67% | 0.53% | - |
| XYZ | 11.78 | 7.98 | 3.4 | - |
| YUV | 77.19 | 109.84 | 169.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 54 | 45 | 0 | 0.60 | 0.67 | 0.47 | 6 | 0.5 | 0.35 |
| Hex | 87 | 36 | 2D | 0 | 3C | 43 | 2F | 6 | 32 | 23 |
| Octal | 207 | 66 | 55 | 0 | 74 | 103 | 57 | 6 | 62 | 43 |
| Binary | 10000111 | 110110 | 101101 | 0 | 111100 | 1000011 | 101111 | 110 | 110010 | 100011 |
Color Harmonies of #87362D
Complementary color
Monochromatic Colors of #87362D
Black with #87362D
Text Example
Text Example
White with #87362D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87362D; }
p { color: rgb(135,54,45); }
H1.HeaderClassName
{
color: #87362D;
}
.AnyTagClassName
{
color: #87362D;
}
</style>
background-color css
<style>
a { background-color: #87362D; }
a { background-color: rgb(135,54,45); }
div.DivClassName
{
background-color: #87362D;
}
.BgClassName
{
background-color: #87362D;
}
</style>
border-color css
<style>
span { border-color: #87362D; }
span { border-color: rgb(135,54,45); }
td.TdClassName
{
border-color: #87362D;
}
.TagClassName
{
border-color: #87362D;
}
</style>