Shades of Crab Apple #803A2F
Tints of Crab Apple #803A2F
RGB
CMYK
RGB Variations
Color information
#803A2F (or 0x803A2F) is known color: Crab Apple. HEX triplet: 80, 3A and 2F. RGB value is (128,58,47). Sum of RGB (Red+Green+Blue) = 128+58+47=233 (30% of max value = 765). Red value is 128 (50.39% from 255 or 54.94% from 233); Green value is 58 (23.05% from 255 or 24.89% from 233); Blue value is 47 (18.75% from 255 or 20.17% from 233); Max value from RGB is 128 - color contains mainly: red. Hex color #803A2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #803A2F is #7FC5D0. Grayscale: #4D4D4D. Windows color (decimal): -8373713 or 3095168. OLE color: 3095168.
HSL color Cylindrical-coordinate representation of color #803A2F: hue angle of 8.15º degrees, saturation: 0.46, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #803A2F is Cyan = 0, Magento = 0.55, Yellow = 0.63 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 58 | 47 | - |
| CMYK | 0 | 0.55 | 0.63 | 0.50 |
| HSL | 8.15º | 0.46% | 0.34% | - |
| HSV(B) | 8.15º | 0.63% | 0.5% | - |
| XYZ | 10.93 | 7.82 | 3.62 | - |
| YUV | 77.68 | 110.69 | 163.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 58 | 47 | 0 | 0.55 | 0.63 | 0.50 | 8.15 | 0.46 | 0.34 |
| Hex | 80 | 3A | 2F | 0 | 37 | 3F | 32 | 8 | 2E | 22 |
| Octal | 200 | 72 | 57 | 0 | 67 | 77 | 62 | 10 | 56 | 42 |
| Binary | 10000000 | 111010 | 101111 | 0 | 110111 | 111111 | 110010 | 1000 | 101110 | 100010 |
Color Harmonies of #803A2F
Complementary color
Monochromatic Colors of #803A2F
Black with #803A2F
Text Example
Text Example
White with #803A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803A2F; }
p { color: rgb(128,58,47); }
H1.HeaderClassName
{
color: #803A2F;
}
.AnyTagClassName
{
color: #803A2F;
}
</style>
background-color css
<style>
a { background-color: #803A2F; }
a { background-color: rgb(128,58,47); }
div.DivClassName
{
background-color: #803A2F;
}
.BgClassName
{
background-color: #803A2F;
}
</style>
border-color css
<style>
span { border-color: #803A2F; }
span { border-color: rgb(128,58,47); }
td.TdClassName
{
border-color: #803A2F;
}
.TagClassName
{
border-color: #803A2F;
}
</style>