Shades of Crab Apple #803A32
Tints of Crab Apple #803A32
RGB
CMYK
RGB Variations
Color information
#803A32 (or 0x803A32) is known color: Crab Apple. HEX triplet: 80, 3A and 32. RGB value is (128,58,50). Sum of RGB (Red+Green+Blue) = 128+58+50=236 (31% of max value = 765). Red value is 128 (50.39% from 255 or 54.24% from 236); Green value is 58 (23.05% from 255 or 24.58% from 236); Blue value is 50 (19.92% from 255 or 21.19% from 236); Max value from RGB is 128 - color contains mainly: red. Hex color #803A32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #803A32 is #7FC5CD. Grayscale: #4E4E4E. Windows color (decimal): -8373710 or 3291776. OLE color: 3291776.
HSL color Cylindrical-coordinate representation of color #803A32: hue angle of 6.15º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #803A32 is Cyan = 0, Magento = 0.55, Yellow = 0.61 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 58 | 50 | - |
| CMYK | 0 | 0.55 | 0.61 | 0.50 |
| HSL | 6.15º | 0.44% | 0.35% | - |
| HSV(B) | 6.15º | 0.61% | 0.5% | - |
| XYZ | 10.99 | 7.85 | 3.95 | - |
| YUV | 78.02 | 112.19 | 163.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 58 | 50 | 0 | 0.55 | 0.61 | 0.50 | 6.15 | 0.44 | 0.35 |
| Hex | 80 | 3A | 32 | 0 | 37 | 3D | 32 | 6 | 2C | 23 |
| Octal | 200 | 72 | 62 | 0 | 67 | 75 | 62 | 6 | 54 | 43 |
| Binary | 10000000 | 111010 | 110010 | 0 | 110111 | 111101 | 110010 | 110 | 101100 | 100011 |
Color Harmonies of #803A32
Complementary color
Monochromatic Colors of #803A32
Black with #803A32
Text Example
Text Example
White with #803A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803A32; }
p { color: rgb(128,58,50); }
H1.HeaderClassName
{
color: #803A32;
}
.AnyTagClassName
{
color: #803A32;
}
</style>
background-color css
<style>
a { background-color: #803A32; }
a { background-color: rgb(128,58,50); }
div.DivClassName
{
background-color: #803A32;
}
.BgClassName
{
background-color: #803A32;
}
</style>
border-color css
<style>
span { border-color: #803A32; }
span { border-color: rgb(128,58,50); }
td.TdClassName
{
border-color: #803A32;
}
.TagClassName
{
border-color: #803A32;
}
</style>