Shades of Crab Apple #813A28
Tints of Crab Apple #813A28
RGB
CMYK
RGB Variations
Color information
#813A28 (or 0x813A28) is known color: Crab Apple. HEX triplet: 81, 3A and 28. RGB value is (129,58,40). Sum of RGB (Red+Green+Blue) = 129+58+40=227 (30% of max value = 765). Red value is 129 (50.78% from 255 or 56.83% from 227); Green value is 58 (23.05% from 255 or 25.55% from 227); Blue value is 40 (16.02% from 255 or 17.62% from 227); Max value from RGB is 129 - color contains mainly: red. Hex color #813A28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #813A28 is #7EC5D7. Grayscale: #4D4D4D. Windows color (decimal): -8308184 or 2636417. OLE color: 2636417.
HSL color Cylindrical-coordinate representation of color #813A28: hue angle of 12.13º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #813A28 is Cyan = 0, Magento = 0.55, Yellow = 0.69 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 58 | 40 | - |
| CMYK | 0 | 0.55 | 0.69 | 0.49 |
| HSL | 12.13º | 0.53% | 0.33% | - |
| HSV(B) | 12.13º | 0.69% | 0.51% | - |
| XYZ | 10.95 | 7.85 | 2.94 | - |
| YUV | 77.18 | 107.02 | 164.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 58 | 40 | 0 | 0.55 | 0.69 | 0.49 | 12.13 | 0.53 | 0.33 |
| Hex | 81 | 3A | 28 | 0 | 37 | 45 | 31 | C | 35 | 21 |
| Octal | 201 | 72 | 50 | 0 | 67 | 105 | 61 | 14 | 65 | 41 |
| Binary | 10000001 | 111010 | 101000 | 0 | 110111 | 1000101 | 110001 | 1100 | 110101 | 100001 |
Color Harmonies of #813A28
Complementary color
Monochromatic Colors of #813A28
Black with #813A28
Text Example
Text Example
White with #813A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #813A28; }
p { color: rgb(129,58,40); }
H1.HeaderClassName
{
color: #813A28;
}
.AnyTagClassName
{
color: #813A28;
}
</style>
background-color css
<style>
a { background-color: #813A28; }
a { background-color: rgb(129,58,40); }
div.DivClassName
{
background-color: #813A28;
}
.BgClassName
{
background-color: #813A28;
}
</style>
border-color css
<style>
span { border-color: #813A28; }
span { border-color: rgb(129,58,40); }
td.TdClassName
{
border-color: #813A28;
}
.TagClassName
{
border-color: #813A28;
}
</style>