Shades of Crab Apple #8B322D
Tints of Crab Apple #8B322D
RGB
CMYK
RGB Variations
Color information
#8B322D (or 0x8B322D) is known color: Crab Apple. HEX triplet: 8B, 32 and 2D. RGB value is (139,50,45). Sum of RGB (Red+Green+Blue) = 139+50+45=234 (30% of max value = 765). Red value is 139 (54.69% from 255 or 59.40% from 234); Green value is 50 (19.92% from 255 or 21.37% from 234); Blue value is 45 (17.97% from 255 or 19.23% from 234); Max value from RGB is 139 - color contains mainly: red. Hex color #8B322D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B322D is #74CDD2. Grayscale: #4C4C4C. Windows color (decimal): -7654867 or 2962059. OLE color: 2962059.
HSL color Cylindrical-coordinate representation of color #8B322D: hue angle of 3.19º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8B322D is Cyan = 0, Magento = 0.64, Yellow = 0.68 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 50 | 45 | - |
| CMYK | 0 | 0.64 | 0.68 | 0.45 |
| HSL | 3.19º | 0.51% | 0.36% | - |
| HSV(B) | 3.19º | 0.68% | 0.55% | - |
| XYZ | 12.26 | 7.96 | 3.37 | - |
| YUV | 76.04 | 110.49 | 172.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 50 | 45 | 0 | 0.64 | 0.68 | 0.45 | 3.19 | 0.51 | 0.36 |
| Hex | 8B | 32 | 2D | 0 | 40 | 44 | 2D | 3 | 33 | 24 |
| Octal | 213 | 62 | 55 | 0 | 100 | 104 | 55 | 3 | 63 | 44 |
| Binary | 10001011 | 110010 | 101101 | 0 | 1000000 | 1000100 | 101101 | 11 | 110011 | 100100 |
Color Harmonies of #8B322D
Complementary color
Monochromatic Colors of #8B322D
Black with #8B322D
Text Example
Text Example
White with #8B322D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B322D; }
p { color: rgb(139,50,45); }
H1.HeaderClassName
{
color: #8B322D;
}
.AnyTagClassName
{
color: #8B322D;
}
</style>
background-color css
<style>
a { background-color: #8B322D; }
a { background-color: rgb(139,50,45); }
div.DivClassName
{
background-color: #8B322D;
}
.BgClassName
{
background-color: #8B322D;
}
</style>
border-color css
<style>
span { border-color: #8B322D; }
span { border-color: rgb(139,50,45); }
td.TdClassName
{
border-color: #8B322D;
}
.TagClassName
{
border-color: #8B322D;
}
</style>