Shades of Crab Apple #81362A
Tints of Crab Apple #81362A
RGB
CMYK
RGB Variations
Color information
#81362A (or 0x81362A) is known color: Crab Apple. HEX triplet: 81, 36 and 2A. RGB value is (129,54,42). Sum of RGB (Red+Green+Blue) = 129+54+42=225 (29% of max value = 765). Red value is 129 (50.78% from 255 or 57.33% from 225); Green value is 54 (21.48% from 255 or 24% from 225); Blue value is 42 (16.80% from 255 or 18.67% from 225); Max value from RGB is 129 - color contains mainly: red. Hex color #81362A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81362A is #7EC9D5. Grayscale: #4B4B4B. Windows color (decimal): -8309206 or 2766465. OLE color: 2766465.
HSL color Cylindrical-coordinate representation of color #81362A: hue angle of 8.28º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #81362A is Cyan = 0, Magento = 0.58, Yellow = 0.67 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 54 | 42 | - |
| CMYK | 0 | 0.58 | 0.67 | 0.49 |
| HSL | 8.28º | 0.51% | 0.34% | - |
| HSV(B) | 8.28º | 0.67% | 0.51% | - |
| XYZ | 10.79 | 7.47 | 3.06 | - |
| YUV | 75.06 | 109.35 | 166.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 54 | 42 | 0 | 0.58 | 0.67 | 0.49 | 8.28 | 0.51 | 0.34 |
| Hex | 81 | 36 | 2A | 0 | 3A | 43 | 31 | 8 | 33 | 22 |
| Octal | 201 | 66 | 52 | 0 | 72 | 103 | 61 | 10 | 63 | 42 |
| Binary | 10000001 | 110110 | 101010 | 0 | 111010 | 1000011 | 110001 | 1000 | 110011 | 100010 |
Color Harmonies of #81362A
Complementary color
Monochromatic Colors of #81362A
Black with #81362A
Text Example
Text Example
White with #81362A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81362A; }
p { color: rgb(129,54,42); }
H1.HeaderClassName
{
color: #81362A;
}
.AnyTagClassName
{
color: #81362A;
}
</style>
background-color css
<style>
a { background-color: #81362A; }
a { background-color: rgb(129,54,42); }
div.DivClassName
{
background-color: #81362A;
}
.BgClassName
{
background-color: #81362A;
}
</style>
border-color css
<style>
span { border-color: #81362A; }
span { border-color: rgb(129,54,42); }
td.TdClassName
{
border-color: #81362A;
}
.TagClassName
{
border-color: #81362A;
}
</style>