Shades of Crab Apple #803C2C
Tints of Crab Apple #803C2C
RGB
CMYK
RGB Variations
Color information
#803C2C (or 0x803C2C) is known color: Crab Apple. HEX triplet: 80, 3C and 2C. RGB value is (128,60,44). Sum of RGB (Red+Green+Blue) = 128+60+44=232 (30% of max value = 765). Red value is 128 (50.39% from 255 or 55.17% from 232); Green value is 60 (23.83% from 255 or 25.86% from 232); Blue value is 44 (17.58% from 255 or 18.97% from 232); Max value from RGB is 128 - color contains mainly: red. Hex color #803C2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #803C2C is #7FC3D3. Grayscale: #4E4E4E. Windows color (decimal): -8373204 or 2899072. OLE color: 2899072.
HSL color Cylindrical-coordinate representation of color #803C2C: hue angle of 11.43º degrees, saturation: 0.49, 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 #803C2C is Cyan = 0, Magento = 0.53, Yellow = 0.66 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 60 | 44 | - |
| CMYK | 0 | 0.53 | 0.66 | 0.50 |
| HSL | 11.43º | 0.49% | 0.34% | - |
| HSV(B) | 11.43º | 0.66% | 0.5% | - |
| XYZ | 10.97 | 8 | 3.35 | - |
| YUV | 78.51 | 108.53 | 163.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 60 | 44 | 0 | 0.53 | 0.66 | 0.50 | 11.43 | 0.49 | 0.34 |
| Hex | 80 | 3C | 2C | 0 | 35 | 42 | 32 | B | 31 | 22 |
| Octal | 200 | 74 | 54 | 0 | 65 | 102 | 62 | 13 | 61 | 42 |
| Binary | 10000000 | 111100 | 101100 | 0 | 110101 | 1000010 | 110010 | 1011 | 110001 | 100010 |
Color Harmonies of #803C2C
Complementary color
Monochromatic Colors of #803C2C
Black with #803C2C
Text Example
Text Example
White with #803C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803C2C; }
p { color: rgb(128,60,44); }
H1.HeaderClassName
{
color: #803C2C;
}
.AnyTagClassName
{
color: #803C2C;
}
</style>
background-color css
<style>
a { background-color: #803C2C; }
a { background-color: rgb(128,60,44); }
div.DivClassName
{
background-color: #803C2C;
}
.BgClassName
{
background-color: #803C2C;
}
</style>
border-color css
<style>
span { border-color: #803C2C; }
span { border-color: rgb(128,60,44); }
td.TdClassName
{
border-color: #803C2C;
}
.TagClassName
{
border-color: #803C2C;
}
</style>