Shades of Crab Apple #8A3631
Tints of Crab Apple #8A3631
RGB
CMYK
RGB Variations
Color information
#8A3631 (or 0x8A3631) is known color: Crab Apple. HEX triplet: 8A, 36 and 31. RGB value is (138,54,49). Sum of RGB (Red+Green+Blue) = 138+54+49=241 (31% of max value = 765). Red value is 138 (54.30% from 255 or 57.26% from 241); Green value is 54 (21.48% from 255 or 22.41% from 241); Blue value is 49 (19.53% from 255 or 20.33% from 241); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3631 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A3631 is #75C9CE. Grayscale: #4E4E4E. Windows color (decimal): -7719375 or 3225226. OLE color: 3225226.
HSL color Cylindrical-coordinate representation of color #8A3631: hue angle of 3.37º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8A3631 is Cyan = 0, Magento = 0.61, Yellow = 0.64 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 54 | 49 | - |
| CMYK | 0 | 0.61 | 0.64 | 0.46 |
| HSL | 3.37º | 0.48% | 0.37% | - |
| HSV(B) | 3.37º | 0.64% | 0.54% | - |
| XYZ | 12.35 | 8.26 | 3.85 | - |
| YUV | 78.55 | 111.33 | 170.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 54 | 49 | 0 | 0.61 | 0.64 | 0.46 | 3.37 | 0.48 | 0.37 |
| Hex | 8A | 36 | 31 | 0 | 3D | 40 | 2E | 3 | 30 | 25 |
| Octal | 212 | 66 | 61 | 0 | 75 | 100 | 56 | 3 | 60 | 45 |
| Binary | 10001010 | 110110 | 110001 | 0 | 111101 | 1000000 | 101110 | 11 | 110000 | 100101 |
Color Harmonies of #8A3631
Complementary color
Monochromatic Colors of #8A3631
Black with #8A3631
Text Example
Text Example
White with #8A3631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A3631; }
p { color: rgb(138,54,49); }
H1.HeaderClassName
{
color: #8A3631;
}
.AnyTagClassName
{
color: #8A3631;
}
</style>
background-color css
<style>
a { background-color: #8A3631; }
a { background-color: rgb(138,54,49); }
div.DivClassName
{
background-color: #8A3631;
}
.BgClassName
{
background-color: #8A3631;
}
</style>
border-color css
<style>
span { border-color: #8A3631; }
span { border-color: rgb(138,54,49); }
td.TdClassName
{
border-color: #8A3631;
}
.TagClassName
{
border-color: #8A3631;
}
</style>