Shades of Crab Apple #8A382B
Tints of Crab Apple #8A382B
RGB
CMYK
RGB Variations
Color information
#8A382B (or 0x8A382B) is known color: Crab Apple. HEX triplet: 8A, 38 and 2B. RGB value is (138,56,43). Sum of RGB (Red+Green+Blue) = 138+56+43=237 (31% of max value = 765). Red value is 138 (54.30% from 255 or 58.23% from 237); Green value is 56 (22.27% from 255 or 23.63% from 237); Blue value is 43 (17.19% from 255 or 18.14% from 237); Max value from RGB is 138 - color contains mainly: red. Hex color #8A382B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A382B is #75C7D4. Grayscale: #4F4F4F. Windows color (decimal): -7718869 or 2832522. OLE color: 2832522.
HSL color Cylindrical-coordinate representation of color #8A382B: hue angle of 8.21º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8A382B is Cyan = 0, Magento = 0.59, Yellow = 0.69 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 56 | 43 | - |
| CMYK | 0 | 0.59 | 0.69 | 0.46 |
| HSL | 8.21º | 0.52% | 0.35% | - |
| HSV(B) | 8.21º | 0.69% | 0.54% | - |
| XYZ | 12.33 | 8.41 | 3.26 | - |
| YUV | 79.04 | 107.67 | 170.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 56 | 43 | 0 | 0.59 | 0.69 | 0.46 | 8.21 | 0.52 | 0.35 |
| Hex | 8A | 38 | 2B | 0 | 3B | 45 | 2E | 8 | 34 | 23 |
| Octal | 212 | 70 | 53 | 0 | 73 | 105 | 56 | 10 | 64 | 43 |
| Binary | 10001010 | 111000 | 101011 | 0 | 111011 | 1000101 | 101110 | 1000 | 110100 | 100011 |
Color Harmonies of #8A382B
Complementary color
Monochromatic Colors of #8A382B
Black with #8A382B
Text Example
Text Example
White with #8A382B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A382B; }
p { color: rgb(138,56,43); }
H1.HeaderClassName
{
color: #8A382B;
}
.AnyTagClassName
{
color: #8A382B;
}
</style>
background-color css
<style>
a { background-color: #8A382B; }
a { background-color: rgb(138,56,43); }
div.DivClassName
{
background-color: #8A382B;
}
.BgClassName
{
background-color: #8A382B;
}
</style>
border-color css
<style>
span { border-color: #8A382B; }
span { border-color: rgb(138,56,43); }
td.TdClassName
{
border-color: #8A382B;
}
.TagClassName
{
border-color: #8A382B;
}
</style>