Shades of Crab Apple #853A2B
Tints of Crab Apple #853A2B
RGB
CMYK
RGB Variations
Color information
#853A2B (or 0x853A2B) is known color: Crab Apple. HEX triplet: 85, 3A and 2B. RGB value is (133,58,43). Sum of RGB (Red+Green+Blue) = 133+58+43=234 (30% of max value = 765). Red value is 133 (52.34% from 255 or 56.84% from 234); Green value is 58 (23.05% from 255 or 24.79% from 234); Blue value is 43 (17.19% from 255 or 18.38% from 234); Max value from RGB is 133 - color contains mainly: red. Hex color #853A2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853A2B is #7AC5D4. Grayscale: #4E4E4E. Windows color (decimal): -8046037 or 2833029. OLE color: 2833029.
HSL color Cylindrical-coordinate representation of color #853A2B: hue angle of 10º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #853A2B is Cyan = 0, Magento = 0.56, Yellow = 0.68 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 58 | 43 | - |
| CMYK | 0 | 0.56 | 0.68 | 0.48 |
| HSL | 10º | 0.51% | 0.35% | - |
| HSV(B) | 10º | 0.68% | 0.52% | - |
| XYZ | 11.62 | 8.19 | 3.25 | - |
| YUV | 78.72 | 107.85 | 166.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 58 | 43 | 0 | 0.56 | 0.68 | 0.48 | 10 | 0.51 | 0.35 |
| Hex | 85 | 3A | 2B | 0 | 38 | 44 | 30 | A | 33 | 23 |
| Octal | 205 | 72 | 53 | 0 | 70 | 104 | 60 | 12 | 63 | 43 |
| Binary | 10000101 | 111010 | 101011 | 0 | 111000 | 1000100 | 110000 | 1010 | 110011 | 100011 |
Color Harmonies of #853A2B
Complementary color
Monochromatic Colors of #853A2B
Black with #853A2B
Text Example
Text Example
White with #853A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853A2B; }
p { color: rgb(133,58,43); }
H1.HeaderClassName
{
color: #853A2B;
}
.AnyTagClassName
{
color: #853A2B;
}
</style>
background-color css
<style>
a { background-color: #853A2B; }
a { background-color: rgb(133,58,43); }
div.DivClassName
{
background-color: #853A2B;
}
.BgClassName
{
background-color: #853A2B;
}
</style>
border-color css
<style>
span { border-color: #853A2B; }
span { border-color: rgb(133,58,43); }
td.TdClassName
{
border-color: #853A2B;
}
.TagClassName
{
border-color: #853A2B;
}
</style>