Shades of Crab Apple #81352D
Tints of Crab Apple #81352D
RGB
CMYK
RGB Variations
Color information
#81352D (or 0x81352D) is known color: Crab Apple. HEX triplet: 81, 35 and 2D. RGB value is (129,53,45). Sum of RGB (Red+Green+Blue) = 129+53+45=227 (30% of max value = 765). Red value is 129 (50.78% from 255 or 56.83% from 227); Green value is 53 (21.09% from 255 or 23.35% from 227); Blue value is 45 (17.97% from 255 or 19.82% from 227); Max value from RGB is 129 - color contains mainly: red. Hex color #81352D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81352D is #7ECAD2. Grayscale: #4A4A4A. Windows color (decimal): -8309459 or 2962817. OLE color: 2962817.
HSL color Cylindrical-coordinate representation of color #81352D: hue angle of 5.71º degrees, saturation: 0.48, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #81352D is Cyan = 0, Magento = 0.59, Yellow = 0.65 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 53 | 45 | - |
| CMYK | 0 | 0.59 | 0.65 | 0.49 |
| HSL | 5.71º | 0.48% | 0.34% | - |
| HSV(B) | 5.71º | 0.65% | 0.51% | - |
| XYZ | 10.8 | 7.4 | 3.34 | - |
| YUV | 74.81 | 111.18 | 166.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 53 | 45 | 0 | 0.59 | 0.65 | 0.49 | 5.71 | 0.48 | 0.34 |
| Hex | 81 | 35 | 2D | 0 | 3B | 41 | 31 | 6 | 30 | 22 |
| Octal | 201 | 65 | 55 | 0 | 73 | 101 | 61 | 6 | 60 | 42 |
| Binary | 10000001 | 110101 | 101101 | 0 | 111011 | 1000001 | 110001 | 110 | 110000 | 100010 |
Color Harmonies of #81352D
Complementary color
Monochromatic Colors of #81352D
Black with #81352D
Text Example
Text Example
White with #81352D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81352D; }
p { color: rgb(129,53,45); }
H1.HeaderClassName
{
color: #81352D;
}
.AnyTagClassName
{
color: #81352D;
}
</style>
background-color css
<style>
a { background-color: #81352D; }
a { background-color: rgb(129,53,45); }
div.DivClassName
{
background-color: #81352D;
}
.BgClassName
{
background-color: #81352D;
}
</style>
border-color css
<style>
span { border-color: #81352D; }
span { border-color: rgb(129,53,45); }
td.TdClassName
{
border-color: #81352D;
}
.TagClassName
{
border-color: #81352D;
}
</style>