Shades of Crab Apple #7F3329
Tints of Crab Apple #7F3329
RGB
CMYK
RGB Variations
Color information
#7F3329 (or 0x7F3329) is known color: Crab Apple. HEX triplet: 7F, 33 and 29. RGB value is (127,51,41). Sum of RGB (Red+Green+Blue) = 127+51+41=219 (29% of max value = 765). Red value is 127 (50% from 255 or 57.99% from 219); Green value is 51 (20.31% from 255 or 23.29% from 219); Blue value is 41 (16.41% from 255 or 18.72% from 219); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3329 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F3329 is #80CCD6. Grayscale: #484848. Windows color (decimal): -8441047 or 2700159. OLE color: 2700159.
HSL color Cylindrical-coordinate representation of color #7F3329: hue angle of 6.98º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7F3329 is Cyan = 0, Magento = 0.60, Yellow = 0.68 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 51 | 41 | - |
| CMYK | 0 | 0.60 | 0.68 | 0.50 |
| HSL | 6.98º | 0.51% | 0.33% | - |
| HSV(B) | 6.98º | 0.68% | 0.5% | - |
| XYZ | 10.34 | 7.04 | 2.91 | - |
| YUV | 72.58 | 110.18 | 166.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 51 | 41 | 0 | 0.60 | 0.68 | 0.50 | 6.98 | 0.51 | 0.33 |
| Hex | 7F | 33 | 29 | 0 | 3C | 44 | 32 | 7 | 33 | 21 |
| Octal | 177 | 63 | 51 | 0 | 74 | 104 | 62 | 7 | 63 | 41 |
| Binary | 1111111 | 110011 | 101001 | 0 | 111100 | 1000100 | 110010 | 111 | 110011 | 100001 |
Color Harmonies of #7F3329
Complementary color
Monochromatic Colors of #7F3329
Black with #7F3329
Text Example
Text Example
White with #7F3329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F3329; }
p { color: rgb(127,51,41); }
H1.HeaderClassName
{
color: #7F3329;
}
.AnyTagClassName
{
color: #7F3329;
}
</style>
background-color css
<style>
a { background-color: #7F3329; }
a { background-color: rgb(127,51,41); }
div.DivClassName
{
background-color: #7F3329;
}
.BgClassName
{
background-color: #7F3329;
}
</style>
border-color css
<style>
span { border-color: #7F3329; }
span { border-color: rgb(127,51,41); }
td.TdClassName
{
border-color: #7F3329;
}
.TagClassName
{
border-color: #7F3329;
}
</style>