Shades of Crab Apple #803529
Tints of Crab Apple #803529
RGB
CMYK
RGB Variations
Color information
#803529 (or 0x803529) is known color: Crab Apple. HEX triplet: 80, 35 and 29. RGB value is (128,53,41). Sum of RGB (Red+Green+Blue) = 128+53+41=222 (29% of max value = 765). Red value is 128 (50.39% from 255 or 57.66% from 222); Green value is 53 (21.09% from 255 or 23.87% from 222); Blue value is 41 (16.41% from 255 or 18.47% from 222); Max value from RGB is 128 - color contains mainly: red. Hex color #803529 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #803529 is #7FCAD6. Grayscale: #4A4A4A. Windows color (decimal): -8374999 or 2700672. OLE color: 2700672.
HSL color Cylindrical-coordinate representation of color #803529: hue angle of 8.28º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #803529 is Cyan = 0, Magento = 0.59, Yellow = 0.68 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 53 | 41 | - |
| CMYK | 0 | 0.59 | 0.68 | 0.50 |
| HSL | 8.28º | 0.51% | 0.33% | - |
| HSV(B) | 8.28º | 0.68% | 0.5% | - |
| XYZ | 10.58 | 7.3 | 2.95 | - |
| YUV | 74.06 | 109.35 | 166.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 53 | 41 | 0 | 0.59 | 0.68 | 0.50 | 8.28 | 0.51 | 0.33 |
| Hex | 80 | 35 | 29 | 0 | 3B | 44 | 32 | 8 | 33 | 21 |
| Octal | 200 | 65 | 51 | 0 | 73 | 104 | 62 | 10 | 63 | 41 |
| Binary | 10000000 | 110101 | 101001 | 0 | 111011 | 1000100 | 110010 | 1000 | 110011 | 100001 |
Color Harmonies of #803529
Complementary color
Monochromatic Colors of #803529
Black with #803529
Text Example
Text Example
White with #803529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803529; }
p { color: rgb(128,53,41); }
H1.HeaderClassName
{
color: #803529;
}
.AnyTagClassName
{
color: #803529;
}
</style>
background-color css
<style>
a { background-color: #803529; }
a { background-color: rgb(128,53,41); }
div.DivClassName
{
background-color: #803529;
}
.BgClassName
{
background-color: #803529;
}
</style>
border-color css
<style>
span { border-color: #803529; }
span { border-color: rgb(128,53,41); }
td.TdClassName
{
border-color: #803529;
}
.TagClassName
{
border-color: #803529;
}
</style>