Shades of Crab Apple #803B2B
Tints of Crab Apple #803B2B
RGB
CMYK
RGB Variations
Color information
#803B2B (or 0x803B2B) is known color: Crab Apple. HEX triplet: 80, 3B and 2B. RGB value is (128,59,43). Sum of RGB (Red+Green+Blue) = 128+59+43=230 (30% of max value = 765). Red value is 128 (50.39% from 255 or 55.65% from 230); Green value is 59 (23.44% from 255 or 25.65% from 230); Blue value is 43 (17.19% from 255 or 18.70% from 230); Max value from RGB is 128 - color contains mainly: red. Hex color #803B2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #803B2B is #7FC4D4. Grayscale: #4D4D4D. Windows color (decimal): -8373461 or 2833280. OLE color: 2833280.
HSL color Cylindrical-coordinate representation of color #803B2B: hue angle of 11.29º degrees, saturation: 0.5, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #803B2B is Cyan = 0, Magento = 0.54, Yellow = 0.66 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 59 | 43 | - |
| CMYK | 0 | 0.54 | 0.66 | 0.50 |
| HSL | 11.29º | 0.5% | 0.34% | - |
| HSV(B) | 11.29º | 0.66% | 0.5% | - |
| XYZ | 10.9 | 7.89 | 3.23 | - |
| YUV | 77.81 | 108.36 | 163.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 59 | 43 | 0 | 0.54 | 0.66 | 0.50 | 11.29 | 0.5 | 0.34 |
| Hex | 80 | 3B | 2B | 0 | 36 | 42 | 32 | B | 32 | 22 |
| Octal | 200 | 73 | 53 | 0 | 66 | 102 | 62 | 13 | 62 | 42 |
| Binary | 10000000 | 111011 | 101011 | 0 | 110110 | 1000010 | 110010 | 1011 | 110010 | 100010 |
Color Harmonies of #803B2B
Complementary color
Monochromatic Colors of #803B2B
Black with #803B2B
Text Example
Text Example
White with #803B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803B2B; }
p { color: rgb(128,59,43); }
H1.HeaderClassName
{
color: #803B2B;
}
.AnyTagClassName
{
color: #803B2B;
}
</style>
background-color css
<style>
a { background-color: #803B2B; }
a { background-color: rgb(128,59,43); }
div.DivClassName
{
background-color: #803B2B;
}
.BgClassName
{
background-color: #803B2B;
}
</style>
border-color css
<style>
span { border-color: #803B2B; }
span { border-color: rgb(128,59,43); }
td.TdClassName
{
border-color: #803B2B;
}
.TagClassName
{
border-color: #803B2B;
}
</style>