Shades of Crab Apple #81332D
Tints of Crab Apple #81332D
RGB
CMYK
RGB Variations
Color information
#81332D (or 0x81332D) is known color: Crab Apple. HEX triplet: 81, 33 and 2D. RGB value is (129,51,45). Sum of RGB (Red+Green+Blue) = 129+51+45=225 (29% of max value = 765). Red value is 129 (50.78% from 255 or 57.33% from 225); Green value is 51 (20.31% from 255 or 22.67% from 225); Blue value is 45 (17.97% from 255 or 20% from 225); Max value from RGB is 129 - color contains mainly: red. Hex color #81332D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81332D is #7ECCD2. Grayscale: #494949. Windows color (decimal): -8309971 or 2962305. OLE color: 2962305.
HSL color Cylindrical-coordinate representation of color #81332D: hue angle of 4.29º 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 #81332D is Cyan = 0, Magento = 0.60, Yellow = 0.65 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 51 | 45 | - |
| CMYK | 0 | 0.60 | 0.65 | 0.49 |
| HSL | 4.29º | 0.48% | 0.34% | - |
| HSV(B) | 4.29º | 0.65% | 0.51% | - |
| XYZ | 10.71 | 7.22 | 3.31 | - |
| YUV | 73.64 | 111.84 | 167.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 51 | 45 | 0 | 0.60 | 0.65 | 0.49 | 4.29 | 0.48 | 0.34 |
| Hex | 81 | 33 | 2D | 0 | 3C | 41 | 31 | 4 | 30 | 22 |
| Octal | 201 | 63 | 55 | 0 | 74 | 101 | 61 | 4 | 60 | 42 |
| Binary | 10000001 | 110011 | 101101 | 0 | 111100 | 1000001 | 110001 | 100 | 110000 | 100010 |
Color Harmonies of #81332D
Complementary color
Monochromatic Colors of #81332D
Black with #81332D
Text Example
Text Example
White with #81332D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81332D; }
p { color: rgb(129,51,45); }
H1.HeaderClassName
{
color: #81332D;
}
.AnyTagClassName
{
color: #81332D;
}
</style>
background-color css
<style>
a { background-color: #81332D; }
a { background-color: rgb(129,51,45); }
div.DivClassName
{
background-color: #81332D;
}
.BgClassName
{
background-color: #81332D;
}
</style>
border-color css
<style>
span { border-color: #81332D; }
span { border-color: rgb(129,51,45); }
td.TdClassName
{
border-color: #81332D;
}
.TagClassName
{
border-color: #81332D;
}
</style>