Shades of Fire #84402D
Tints of Fire #84402D
RGB
CMYK
RGB Variations
Color information
#84402D (or 0x84402D) is known color: Fire. HEX triplet: 84, 40 and 2D. RGB value is (132,64,45). Sum of RGB (Red+Green+Blue) = 132+64+45=241 (31% of max value = 765). Red value is 132 (51.95% from 255 or 54.77% from 241); Green value is 64 (25.39% from 255 or 26.56% from 241); Blue value is 45 (17.97% from 255 or 18.67% from 241); Max value from RGB is 132 - color contains mainly: red. Hex color #84402D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84402D is #7BBFD2. Grayscale: #525252. Windows color (decimal): -8110035 or 2965636. OLE color: 2965636.
HSL color Cylindrical-coordinate representation of color #84402D: hue angle of 13.1º 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 #84402D is Cyan = 0, Magento = 0.52, Yellow = 0.66 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 64 | 45 | - |
| CMYK | 0 | 0.52 | 0.66 | 0.48 |
| HSL | 13.1º | 0.49% | 0.35% | - |
| HSV(B) | 13.1º | 0.66% | 0.52% | - |
| XYZ | 11.82 | 8.76 | 3.55 | - |
| YUV | 82.17 | 107.03 | 163.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 64 | 45 | 0 | 0.52 | 0.66 | 0.48 | 13.1 | 0.49 | 0.35 |
| Hex | 84 | 40 | 2D | 0 | 34 | 42 | 30 | D | 31 | 23 |
| Octal | 204 | 100 | 55 | 0 | 64 | 102 | 60 | 15 | 61 | 43 |
| Binary | 10000100 | 1000000 | 101101 | 0 | 110100 | 1000010 | 110000 | 1101 | 110001 | 100011 |
Color Harmonies of #84402D
Complementary color
Monochromatic Colors of #84402D
Black with #84402D
Text Example
Text Example
White with #84402D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84402D; }
p { color: rgb(132,64,45); }
H1.HeaderClassName
{
color: #84402D;
}
.AnyTagClassName
{
color: #84402D;
}
</style>
background-color css
<style>
a { background-color: #84402D; }
a { background-color: rgb(132,64,45); }
div.DivClassName
{
background-color: #84402D;
}
.BgClassName
{
background-color: #84402D;
}
</style>
border-color css
<style>
span { border-color: #84402D; }
span { border-color: rgb(132,64,45); }
td.TdClassName
{
border-color: #84402D;
}
.TagClassName
{
border-color: #84402D;
}
</style>