Shades of Crab Apple #803B2A
Tints of Crab Apple #803B2A
RGB
CMYK
RGB Variations
Color information
#803B2A (or 0x803B2A) is known color: Crab Apple. HEX triplet: 80, 3B and 2A. RGB value is (128,59,42). Sum of RGB (Red+Green+Blue) = 128+59+42=229 (30% of max value = 765). Red value is 128 (50.39% from 255 or 55.90% from 229); Green value is 59 (23.44% from 255 or 25.76% from 229); Blue value is 42 (16.80% from 255 or 18.34% from 229); Max value from RGB is 128 - color contains mainly: red. Hex color #803B2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #803B2A is #7FC4D5. Grayscale: #4D4D4D. Windows color (decimal): -8373462 or 2767744. OLE color: 2767744.
HSL color Cylindrical-coordinate representation of color #803B2A: hue angle of 11.86º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #803B2A is Cyan = 0, Magento = 0.54, Yellow = 0.67 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 59 | 42 | - |
| CMYK | 0 | 0.54 | 0.67 | 0.50 |
| HSL | 11.86º | 0.51% | 0.33% | - |
| HSV(B) | 11.86º | 0.67% | 0.5% | - |
| XYZ | 10.88 | 7.88 | 3.14 | - |
| YUV | 77.69 | 107.86 | 163.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 59 | 42 | 0 | 0.54 | 0.67 | 0.50 | 11.86 | 0.51 | 0.33 |
| Hex | 80 | 3B | 2A | 0 | 36 | 43 | 32 | C | 33 | 21 |
| Octal | 200 | 73 | 52 | 0 | 66 | 103 | 62 | 14 | 63 | 41 |
| Binary | 10000000 | 111011 | 101010 | 0 | 110110 | 1000011 | 110010 | 1100 | 110011 | 100001 |
Color Harmonies of #803B2A
Complementary color
Monochromatic Colors of #803B2A
Black with #803B2A
Text Example
Text Example
White with #803B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803B2A; }
p { color: rgb(128,59,42); }
H1.HeaderClassName
{
color: #803B2A;
}
.AnyTagClassName
{
color: #803B2A;
}
</style>
background-color css
<style>
a { background-color: #803B2A; }
a { background-color: rgb(128,59,42); }
div.DivClassName
{
background-color: #803B2A;
}
.BgClassName
{
background-color: #803B2A;
}
</style>
border-color css
<style>
span { border-color: #803B2A; }
span { border-color: rgb(128,59,42); }
td.TdClassName
{
border-color: #803B2A;
}
.TagClassName
{
border-color: #803B2A;
}
</style>