Shades of Crab Apple #84392D
Tints of Crab Apple #84392D
RGB
CMYK
RGB Variations
Color information
#84392D (or 0x84392D) is known color: Crab Apple. HEX triplet: 84, 39 and 2D. RGB value is (132,57,45). Sum of RGB (Red+Green+Blue) = 132+57+45=234 (30% of max value = 765). Red value is 132 (51.95% from 255 or 56.41% from 234); Green value is 57 (22.66% from 255 or 24.36% from 234); Blue value is 45 (17.97% from 255 or 19.23% from 234); Max value from RGB is 132 - color contains mainly: red. Hex color #84392D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84392D is #7BC6D2. Grayscale: #4E4E4E. Windows color (decimal): -8111827 or 2963844. OLE color: 2963844.
HSL color Cylindrical-coordinate representation of color #84392D: hue angle of 8.28º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #84392D is Cyan = 0, Magento = 0.57, Yellow = 0.66 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 57 | 45 | - |
| CMYK | 0 | 0.57 | 0.66 | 0.48 |
| HSL | 8.28º | 0.49% | 0.35% | - |
| HSV(B) | 8.28º | 0.66% | 0.52% | - |
| XYZ | 11.45 | 8.02 | 3.43 | - |
| YUV | 78.06 | 109.35 | 166.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 57 | 45 | 0 | 0.57 | 0.66 | 0.48 | 8.28 | 0.49 | 0.35 |
| Hex | 84 | 39 | 2D | 0 | 39 | 42 | 30 | 8 | 31 | 23 |
| Octal | 204 | 71 | 55 | 0 | 71 | 102 | 60 | 10 | 61 | 43 |
| Binary | 10000100 | 111001 | 101101 | 0 | 111001 | 1000010 | 110000 | 1000 | 110001 | 100011 |
Color Harmonies of #84392D
Complementary color
Monochromatic Colors of #84392D
Black with #84392D
Text Example
Text Example
White with #84392D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84392D; }
p { color: rgb(132,57,45); }
H1.HeaderClassName
{
color: #84392D;
}
.AnyTagClassName
{
color: #84392D;
}
</style>
background-color css
<style>
a { background-color: #84392D; }
a { background-color: rgb(132,57,45); }
div.DivClassName
{
background-color: #84392D;
}
.BgClassName
{
background-color: #84392D;
}
</style>
border-color css
<style>
span { border-color: #84392D; }
span { border-color: rgb(132,57,45); }
td.TdClassName
{
border-color: #84392D;
}
.TagClassName
{
border-color: #84392D;
}
</style>