Shades of Crab Apple #80342B
Tints of Crab Apple #80342B
RGB
CMYK
RGB Variations
Color information
#80342B (or 0x80342B) is known color: Crab Apple. HEX triplet: 80, 34 and 2B. RGB value is (128,52,43). Sum of RGB (Red+Green+Blue) = 128+52+43=223 (29% of max value = 765). Red value is 128 (50.39% from 255 or 57.40% from 223); Green value is 52 (20.70% from 255 or 23.32% from 223); Blue value is 43 (17.19% from 255 or 19.28% from 223); Max value from RGB is 128 - color contains mainly: red. Hex color #80342B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80342B is #7FCBD4. Grayscale: #494949. Windows color (decimal): -8375253 or 2831488. OLE color: 2831488.
HSL color Cylindrical-coordinate representation of color #80342B: hue angle of 6.35º degrees, saturation: 0.5, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #80342B is Cyan = 0, Magento = 0.59, Yellow = 0.66 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 52 | 43 | - |
| CMYK | 0 | 0.59 | 0.66 | 0.50 |
| HSL | 6.35º | 0.5% | 0.34% | - |
| HSV(B) | 6.35º | 0.66% | 0.5% | - |
| XYZ | 10.57 | 7.22 | 3.12 | - |
| YUV | 73.7 | 110.68 | 166.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 52 | 43 | 0 | 0.59 | 0.66 | 0.50 | 6.35 | 0.5 | 0.34 |
| Hex | 80 | 34 | 2B | 0 | 3B | 42 | 32 | 6 | 32 | 22 |
| Octal | 200 | 64 | 53 | 0 | 73 | 102 | 62 | 6 | 62 | 42 |
| Binary | 10000000 | 110100 | 101011 | 0 | 111011 | 1000010 | 110010 | 110 | 110010 | 100010 |
Color Harmonies of #80342B
Complementary color
Monochromatic Colors of #80342B
Black with #80342B
Text Example
Text Example
White with #80342B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80342B; }
p { color: rgb(128,52,43); }
H1.HeaderClassName
{
color: #80342B;
}
.AnyTagClassName
{
color: #80342B;
}
</style>
background-color css
<style>
a { background-color: #80342B; }
a { background-color: rgb(128,52,43); }
div.DivClassName
{
background-color: #80342B;
}
.BgClassName
{
background-color: #80342B;
}
</style>
border-color css
<style>
span { border-color: #80342B; }
span { border-color: rgb(128,52,43); }
td.TdClassName
{
border-color: #80342B;
}
.TagClassName
{
border-color: #80342B;
}
</style>