Shades of Crab Apple #81392C
Tints of Crab Apple #81392C
RGB
CMYK
RGB Variations
Color information
#81392C (or 0x81392C) is known color: Crab Apple. HEX triplet: 81, 39 and 2C. RGB value is (129,57,44). Sum of RGB (Red+Green+Blue) = 129+57+44=230 (30% of max value = 765). Red value is 129 (50.78% from 255 or 56.09% from 230); Green value is 57 (22.66% from 255 or 24.78% from 230); Blue value is 44 (17.58% from 255 or 19.13% from 230); Max value from RGB is 129 - color contains mainly: red. Hex color #81392C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81392C is #7EC6D3. Grayscale: #4D4D4D. Windows color (decimal): -8308436 or 2898305. OLE color: 2898305.
HSL color Cylindrical-coordinate representation of color #81392C: hue angle of 9.18º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #81392C is Cyan = 0, Magento = 0.56, Yellow = 0.66 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 57 | 44 | - |
| CMYK | 0 | 0.56 | 0.66 | 0.49 |
| HSL | 9.18º | 0.49% | 0.34% | - |
| HSV(B) | 9.18º | 0.66% | 0.51% | - |
| XYZ | 10.97 | 7.78 | 3.31 | - |
| YUV | 77.05 | 109.35 | 165.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 57 | 44 | 0 | 0.56 | 0.66 | 0.49 | 9.18 | 0.49 | 0.34 |
| Hex | 81 | 39 | 2C | 0 | 38 | 42 | 31 | 9 | 31 | 22 |
| Octal | 201 | 71 | 54 | 0 | 70 | 102 | 61 | 11 | 61 | 42 |
| Binary | 10000001 | 111001 | 101100 | 0 | 111000 | 1000010 | 110001 | 1001 | 110001 | 100010 |
Color Harmonies of #81392C
Complementary color
Monochromatic Colors of #81392C
Black with #81392C
Text Example
Text Example
White with #81392C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81392C; }
p { color: rgb(129,57,44); }
H1.HeaderClassName
{
color: #81392C;
}
.AnyTagClassName
{
color: #81392C;
}
</style>
background-color css
<style>
a { background-color: #81392C; }
a { background-color: rgb(129,57,44); }
div.DivClassName
{
background-color: #81392C;
}
.BgClassName
{
background-color: #81392C;
}
</style>
border-color css
<style>
span { border-color: #81392C; }
span { border-color: rgb(129,57,44); }
td.TdClassName
{
border-color: #81392C;
}
.TagClassName
{
border-color: #81392C;
}
</style>