Shades of Crab Apple #86372F
Tints of Crab Apple #86372F
RGB
CMYK
RGB Variations
Color information
#86372F (or 0x86372F) is known color: Crab Apple. HEX triplet: 86, 37 and 2F. RGB value is (134,55,47). Sum of RGB (Red+Green+Blue) = 134+55+47=236 (31% of max value = 765). Red value is 134 (52.73% from 255 or 56.78% from 236); Green value is 55 (21.88% from 255 or 23.31% from 236); Blue value is 47 (18.75% from 255 or 19.92% from 236); Max value from RGB is 134 - color contains mainly: red. Hex color #86372F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86372F is #79C8D0. Grayscale: #4D4D4D. Windows color (decimal): -7981265 or 3094406. OLE color: 3094406.
HSL color Cylindrical-coordinate representation of color #86372F: hue angle of 5.52º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #86372F is Cyan = 0, Magento = 0.59, Yellow = 0.65 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 55 | 47 | - |
| CMYK | 0 | 0.59 | 0.65 | 0.47 |
| HSL | 5.52º | 0.48% | 0.35% | - |
| HSV(B) | 5.52º | 0.65% | 0.53% | - |
| XYZ | 11.71 | 8.01 | 3.62 | - |
| YUV | 77.71 | 110.67 | 168.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 55 | 47 | 0 | 0.59 | 0.65 | 0.47 | 5.52 | 0.48 | 0.35 |
| Hex | 86 | 37 | 2F | 0 | 3B | 41 | 2F | 6 | 30 | 23 |
| Octal | 206 | 67 | 57 | 0 | 73 | 101 | 57 | 6 | 60 | 43 |
| Binary | 10000110 | 110111 | 101111 | 0 | 111011 | 1000001 | 101111 | 110 | 110000 | 100011 |
Color Harmonies of #86372F
Complementary color
Monochromatic Colors of #86372F
Black with #86372F
Text Example
Text Example
White with #86372F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86372F; }
p { color: rgb(134,55,47); }
H1.HeaderClassName
{
color: #86372F;
}
.AnyTagClassName
{
color: #86372F;
}
</style>
background-color css
<style>
a { background-color: #86372F; }
a { background-color: rgb(134,55,47); }
div.DivClassName
{
background-color: #86372F;
}
.BgClassName
{
background-color: #86372F;
}
</style>
border-color css
<style>
span { border-color: #86372F; }
span { border-color: rgb(134,55,47); }
td.TdClassName
{
border-color: #86372F;
}
.TagClassName
{
border-color: #86372F;
}
</style>