Shades of Crab Apple #7D3829
Tints of Crab Apple #7D3829
RGB
CMYK
RGB Variations
Color information
#7D3829 (or 0x7D3829) is known color: Crab Apple. HEX triplet: 7D, 38 and 29. RGB value is (125,56,41). Sum of RGB (Red+Green+Blue) = 125+56+41=222 (29% of max value = 765). Red value is 125 (49.22% from 255 or 56.31% from 222); Green value is 56 (22.27% from 255 or 25.23% from 222); Blue value is 41 (16.41% from 255 or 18.47% from 222); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3829 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D3829 is #82C7D6. Grayscale: #4B4B4B. Windows color (decimal): -8570839 or 2701437. OLE color: 2701437.
HSL color Cylindrical-coordinate representation of color #7D3829: hue angle of 10.71º 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 #7D3829 is Cyan = 0, Magento = 0.55, Yellow = 0.67 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 56 | 41 | - |
| CMYK | 0 | 0.55 | 0.67 | 0.51 |
| HSL | 10.71º | 0.51% | 0.33% | - |
| HSV(B) | 10.71º | 0.67% | 0.49% | - |
| XYZ | 10.27 | 7.35 | 2.97 | - |
| YUV | 74.92 | 108.86 | 163.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 56 | 41 | 0 | 0.55 | 0.67 | 0.51 | 10.71 | 0.51 | 0.33 |
| Hex | 7D | 38 | 29 | 0 | 37 | 43 | 33 | B | 33 | 21 |
| Octal | 175 | 70 | 51 | 0 | 67 | 103 | 63 | 13 | 63 | 41 |
| Binary | 1111101 | 111000 | 101001 | 0 | 110111 | 1000011 | 110011 | 1011 | 110011 | 100001 |
Color Harmonies of #7D3829
Complementary color
Monochromatic Colors of #7D3829
Black with #7D3829
Text Example
Text Example
White with #7D3829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D3829; }
p { color: rgb(125,56,41); }
H1.HeaderClassName
{
color: #7D3829;
}
.AnyTagClassName
{
color: #7D3829;
}
</style>
background-color css
<style>
a { background-color: #7D3829; }
a { background-color: rgb(125,56,41); }
div.DivClassName
{
background-color: #7D3829;
}
.BgClassName
{
background-color: #7D3829;
}
</style>
border-color css
<style>
span { border-color: #7D3829; }
span { border-color: rgb(125,56,41); }
td.TdClassName
{
border-color: #7D3829;
}
.TagClassName
{
border-color: #7D3829;
}
</style>