Shades of Crab Apple #863A29
Tints of Crab Apple #863A29
RGB
CMYK
RGB Variations
Color information
#863A29 (or 0x863A29) is known color: Crab Apple. HEX triplet: 86, 3A and 29. RGB value is (134,58,41). Sum of RGB (Red+Green+Blue) = 134+58+41=233 (30% of max value = 765). Red value is 134 (52.73% from 255 or 57.51% from 233); Green value is 58 (23.05% from 255 or 24.89% from 233); Blue value is 41 (16.41% from 255 or 17.60% from 233); Max value from RGB is 134 - color contains mainly: red. Hex color #863A29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863A29 is #79C5D6. Grayscale: #4E4E4E. Windows color (decimal): -7980503 or 2701958. OLE color: 2701958.
HSL color Cylindrical-coordinate representation of color #863A29: hue angle of 10.97º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #863A29 is Cyan = 0, Magento = 0.57, Yellow = 0.69 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 58 | 41 | - |
| CMYK | 0 | 0.57 | 0.69 | 0.47 |
| HSL | 10.97º | 0.53% | 0.34% | - |
| HSV(B) | 10.97º | 0.69% | 0.53% | - |
| XYZ | 11.74 | 8.25 | 3.07 | - |
| YUV | 78.79 | 106.68 | 167.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 58 | 41 | 0 | 0.57 | 0.69 | 0.47 | 10.97 | 0.53 | 0.34 |
| Hex | 86 | 3A | 29 | 0 | 39 | 45 | 2F | B | 35 | 22 |
| Octal | 206 | 72 | 51 | 0 | 71 | 105 | 57 | 13 | 65 | 42 |
| Binary | 10000110 | 111010 | 101001 | 0 | 111001 | 1000101 | 101111 | 1011 | 110101 | 100010 |
Color Harmonies of #863A29
Complementary color
Monochromatic Colors of #863A29
Black with #863A29
Text Example
Text Example
White with #863A29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863A29; }
p { color: rgb(134,58,41); }
H1.HeaderClassName
{
color: #863A29;
}
.AnyTagClassName
{
color: #863A29;
}
</style>
background-color css
<style>
a { background-color: #863A29; }
a { background-color: rgb(134,58,41); }
div.DivClassName
{
background-color: #863A29;
}
.BgClassName
{
background-color: #863A29;
}
</style>
border-color css
<style>
span { border-color: #863A29; }
span { border-color: rgb(134,58,41); }
td.TdClassName
{
border-color: #863A29;
}
.TagClassName
{
border-color: #863A29;
}
</style>