Shades of Crab Apple #8B312B
Tints of Crab Apple #8B312B
RGB
CMYK
RGB Variations
Color information
#8B312B (or 0x8B312B) is known color: Crab Apple. HEX triplet: 8B, 31 and 2B. RGB value is (139,49,43). Sum of RGB (Red+Green+Blue) = 139+49+43=231 (30% of max value = 765). Red value is 139 (54.69% from 255 or 60.17% from 231); Green value is 49 (19.53% from 255 or 21.21% from 231); Blue value is 43 (17.19% from 255 or 18.61% from 231); Max value from RGB is 139 - color contains mainly: red. Hex color #8B312B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B312B is #74CED4. Grayscale: #4B4B4B. Windows color (decimal): -7655125 or 2830731. OLE color: 2830731.
HSL color Cylindrical-coordinate representation of color #8B312B: hue angle of 3.75º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8B312B is Cyan = 0, Magento = 0.65, Yellow = 0.69 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 49 | 43 | - |
| CMYK | 0 | 0.65 | 0.69 | 0.45 |
| HSL | 3.75º | 0.53% | 0.36% | - |
| HSV(B) | 3.75º | 0.69% | 0.55% | - |
| XYZ | 12.18 | 7.86 | 3.16 | - |
| YUV | 75.23 | 109.82 | 173.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 49 | 43 | 0 | 0.65 | 0.69 | 0.45 | 3.75 | 0.53 | 0.36 |
| Hex | 8B | 31 | 2B | 0 | 41 | 45 | 2D | 4 | 35 | 24 |
| Octal | 213 | 61 | 53 | 0 | 101 | 105 | 55 | 4 | 65 | 44 |
| Binary | 10001011 | 110001 | 101011 | 0 | 1000001 | 1000101 | 101101 | 100 | 110101 | 100100 |
Color Harmonies of #8B312B
Complementary color
Monochromatic Colors of #8B312B
Black with #8B312B
Text Example
Text Example
White with #8B312B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B312B; }
p { color: rgb(139,49,43); }
H1.HeaderClassName
{
color: #8B312B;
}
.AnyTagClassName
{
color: #8B312B;
}
</style>
background-color css
<style>
a { background-color: #8B312B; }
a { background-color: rgb(139,49,43); }
div.DivClassName
{
background-color: #8B312B;
}
.BgClassName
{
background-color: #8B312B;
}
</style>
border-color css
<style>
span { border-color: #8B312B; }
span { border-color: rgb(139,49,43); }
td.TdClassName
{
border-color: #8B312B;
}
.TagClassName
{
border-color: #8B312B;
}
</style>