Shades of Crab Apple #8D392D
Tints of Crab Apple #8D392D
RGB
CMYK
RGB Variations
Color information
#8D392D (or 0x8D392D) is known color: Crab Apple. HEX triplet: 8D, 39 and 2D. RGB value is (141,57,45). Sum of RGB (Red+Green+Blue) = 141+57+45=243 (32% of max value = 765). Red value is 141 (55.47% from 255 or 58.02% from 243); Green value is 57 (22.66% from 255 or 23.46% from 243); Blue value is 45 (17.97% from 255 or 18.52% from 243); Max value from RGB is 141 - color contains mainly: red. Hex color #8D392D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D392D is #72C6D2. Grayscale: #505050. Windows color (decimal): -7522003 or 2963853. OLE color: 2963853.
HSL color Cylindrical-coordinate representation of color #8D392D: hue angle of 7.5º degrees, saturation: 0.52, 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 #8D392D is Cyan = 0, Magento = 0.60, Yellow = 0.68 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 57 | 45 | - |
| CMYK | 0 | 0.60 | 0.68 | 0.45 |
| HSL | 7.5º | 0.52% | 0.36% | - |
| HSV(B) | 7.5º | 0.68% | 0.55% | - |
| XYZ | 12.92 | 8.78 | 3.5 | - |
| YUV | 80.75 | 107.83 | 170.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 57 | 45 | 0 | 0.60 | 0.68 | 0.45 | 7.5 | 0.52 | 0.36 |
| Hex | 8D | 39 | 2D | 0 | 3C | 44 | 2D | 8 | 34 | 24 |
| Octal | 215 | 71 | 55 | 0 | 74 | 104 | 55 | 10 | 64 | 44 |
| Binary | 10001101 | 111001 | 101101 | 0 | 111100 | 1000100 | 101101 | 1000 | 110100 | 100100 |
Color Harmonies of #8D392D
Complementary color
Monochromatic Colors of #8D392D
Black with #8D392D
Text Example
Text Example
White with #8D392D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D392D; }
p { color: rgb(141,57,45); }
H1.HeaderClassName
{
color: #8D392D;
}
.AnyTagClassName
{
color: #8D392D;
}
</style>
background-color css
<style>
a { background-color: #8D392D; }
a { background-color: rgb(141,57,45); }
div.DivClassName
{
background-color: #8D392D;
}
.BgClassName
{
background-color: #8D392D;
}
</style>
border-color css
<style>
span { border-color: #8D392D; }
span { border-color: rgb(141,57,45); }
td.TdClassName
{
border-color: #8D392D;
}
.TagClassName
{
border-color: #8D392D;
}
</style>