Shades of Crab Apple #84302B
Tints of Crab Apple #84302B
RGB
CMYK
RGB Variations
Color information
#84302B (or 0x84302B) is known color: Crab Apple. HEX triplet: 84, 30 and 2B. RGB value is (132,48,43). Sum of RGB (Red+Green+Blue) = 132+48+43=223 (29% of max value = 765). Red value is 132 (51.95% from 255 or 59.19% from 223); Green value is 48 (19.14% from 255 or 21.52% from 223); Blue value is 43 (17.19% from 255 or 19.28% from 223); Max value from RGB is 132 - color contains mainly: red. Hex color #84302B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84302B is #7BCFD4. Grayscale: #484848. Windows color (decimal): -8114133 or 2830468. OLE color: 2830468.
HSL color Cylindrical-coordinate representation of color #84302B: hue angle of 3.37º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #84302B is Cyan = 0, Magento = 0.64, Yellow = 0.67 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 48 | 43 | - |
| CMYK | 0 | 0.64 | 0.67 | 0.48 |
| HSL | 3.37º | 0.51% | 0.34% | - |
| HSV(B) | 3.37º | 0.67% | 0.52% | - |
| XYZ | 11.01 | 7.19 | 3.09 | - |
| YUV | 72.55 | 111.33 | 170.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 48 | 43 | 0 | 0.64 | 0.67 | 0.48 | 3.37 | 0.51 | 0.34 |
| Hex | 84 | 30 | 2B | 0 | 40 | 43 | 30 | 3 | 33 | 22 |
| Octal | 204 | 60 | 53 | 0 | 100 | 103 | 60 | 3 | 63 | 42 |
| Binary | 10000100 | 110000 | 101011 | 0 | 1000000 | 1000011 | 110000 | 11 | 110011 | 100010 |
Color Harmonies of #84302B
Complementary color
Monochromatic Colors of #84302B
Black with #84302B
Text Example
Text Example
White with #84302B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84302B; }
p { color: rgb(132,48,43); }
H1.HeaderClassName
{
color: #84302B;
}
.AnyTagClassName
{
color: #84302B;
}
</style>
background-color css
<style>
a { background-color: #84302B; }
a { background-color: rgb(132,48,43); }
div.DivClassName
{
background-color: #84302B;
}
.BgClassName
{
background-color: #84302B;
}
</style>
border-color css
<style>
span { border-color: #84302B; }
span { border-color: rgb(132,48,43); }
td.TdClassName
{
border-color: #84302B;
}
.TagClassName
{
border-color: #84302B;
}
</style>