Shades of Crab Apple #81362C
Tints of Crab Apple #81362C
RGB
CMYK
RGB Variations
Color information
#81362C (or 0x81362C) is known color: Crab Apple. HEX triplet: 81, 36 and 2C. RGB value is (129,54,44). Sum of RGB (Red+Green+Blue) = 129+54+44=227 (30% of max value = 765). Red value is 129 (50.78% from 255 or 56.83% from 227); Green value is 54 (21.48% from 255 or 23.79% from 227); Blue value is 44 (17.58% from 255 or 19.38% from 227); Max value from RGB is 129 - color contains mainly: red. Hex color #81362C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81362C is #7EC9D3. Grayscale: #4B4B4B. Windows color (decimal): -8309204 or 2897537. OLE color: 2897537.
HSL color Cylindrical-coordinate representation of color #81362C: hue angle of 7.06º 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 #81362C is Cyan = 0, Magento = 0.58, Yellow = 0.66 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 54 | 44 | - |
| CMYK | 0 | 0.58 | 0.66 | 0.49 |
| HSL | 7.06º | 0.49% | 0.34% | - |
| HSV(B) | 7.06º | 0.66% | 0.51% | - |
| XYZ | 10.83 | 7.49 | 3.26 | - |
| YUV | 75.29 | 110.35 | 166.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 54 | 44 | 0 | 0.58 | 0.66 | 0.49 | 7.06 | 0.49 | 0.34 |
| Hex | 81 | 36 | 2C | 0 | 3A | 42 | 31 | 7 | 31 | 22 |
| Octal | 201 | 66 | 54 | 0 | 72 | 102 | 61 | 7 | 61 | 42 |
| Binary | 10000001 | 110110 | 101100 | 0 | 111010 | 1000010 | 110001 | 111 | 110001 | 100010 |
Color Harmonies of #81362C
Complementary color
Monochromatic Colors of #81362C
Black with #81362C
Text Example
Text Example
White with #81362C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81362C; }
p { color: rgb(129,54,44); }
H1.HeaderClassName
{
color: #81362C;
}
.AnyTagClassName
{
color: #81362C;
}
</style>
background-color css
<style>
a { background-color: #81362C; }
a { background-color: rgb(129,54,44); }
div.DivClassName
{
background-color: #81362C;
}
.BgClassName
{
background-color: #81362C;
}
</style>
border-color css
<style>
span { border-color: #81362C; }
span { border-color: rgb(129,54,44); }
td.TdClassName
{
border-color: #81362C;
}
.TagClassName
{
border-color: #81362C;
}
</style>