Shades of Crab Apple #7E3629
Tints of Crab Apple #7E3629
RGB
CMYK
RGB Variations
Color information
#7E3629 (or 0x7E3629) is known color: Crab Apple. HEX triplet: 7E, 36 and 29. RGB value is (126,54,41). Sum of RGB (Red+Green+Blue) = 126+54+41=221 (29% of max value = 765). Red value is 126 (49.61% from 255 or 57.01% from 221); Green value is 54 (21.48% from 255 or 24.43% from 221); Blue value is 41 (16.41% from 255 or 18.55% from 221); Max value from RGB is 126 - color contains mainly: red. Hex color #7E3629 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E3629 is #81C9D6. Grayscale: #4A4A4A. Windows color (decimal): -8505815 or 2700926. OLE color: 2700926.
HSL color Cylindrical-coordinate representation of color #7E3629: hue angle of 9.18º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7E3629 is Cyan = 0, Magento = 0.57, Yellow = 0.67 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 54 | 41 | - |
| CMYK | 0 | 0.57 | 0.67 | 0.51 |
| HSL | 9.18º | 0.51% | 0.33% | - |
| HSV(B) | 9.18º | 0.67% | 0.49% | - |
| XYZ | 10.32 | 7.23 | 2.95 | - |
| YUV | 74.05 | 109.35 | 165.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 54 | 41 | 0 | 0.57 | 0.67 | 0.51 | 9.18 | 0.51 | 0.33 |
| Hex | 7E | 36 | 29 | 0 | 39 | 43 | 33 | 9 | 33 | 21 |
| Octal | 176 | 66 | 51 | 0 | 71 | 103 | 63 | 11 | 63 | 41 |
| Binary | 1111110 | 110110 | 101001 | 0 | 111001 | 1000011 | 110011 | 1001 | 110011 | 100001 |
Color Harmonies of #7E3629
Complementary color
Monochromatic Colors of #7E3629
Black with #7E3629
Text Example
Text Example
White with #7E3629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E3629; }
p { color: rgb(126,54,41); }
H1.HeaderClassName
{
color: #7E3629;
}
.AnyTagClassName
{
color: #7E3629;
}
</style>
background-color css
<style>
a { background-color: #7E3629; }
a { background-color: rgb(126,54,41); }
div.DivClassName
{
background-color: #7E3629;
}
.BgClassName
{
background-color: #7E3629;
}
</style>
border-color css
<style>
span { border-color: #7E3629; }
span { border-color: rgb(126,54,41); }
td.TdClassName
{
border-color: #7E3629;
}
.TagClassName
{
border-color: #7E3629;
}
</style>