Shades of Fire #84402B
Tints of Fire #84402B
RGB
CMYK
RGB Variations
Color information
#84402B (or 0x84402B) is known color: Fire. HEX triplet: 84, 40 and 2B. RGB value is (132,64,43). Sum of RGB (Red+Green+Blue) = 132+64+43=239 (31% of max value = 765). Red value is 132 (51.95% from 255 or 55.23% from 239); Green value is 64 (25.39% from 255 or 26.78% from 239); Blue value is 43 (17.19% from 255 or 17.99% from 239); Max value from RGB is 132 - color contains mainly: red. Hex color #84402B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84402B is #7BBFD4. Grayscale: #525252. Windows color (decimal): -8110037 or 2834564. OLE color: 2834564.
HSL color Cylindrical-coordinate representation of color #84402B: hue angle of 14.16º 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 #84402B is Cyan = 0, Magento = 0.52, Yellow = 0.67 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 64 | 43 | - |
| CMYK | 0 | 0.52 | 0.67 | 0.48 |
| HSL | 14.16º | 0.51% | 0.34% | - |
| HSV(B) | 14.16º | 0.67% | 0.52% | - |
| XYZ | 11.79 | 8.75 | 3.35 | - |
| YUV | 81.94 | 106.03 | 163.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 64 | 43 | 0 | 0.52 | 0.67 | 0.48 | 14.16 | 0.51 | 0.34 |
| Hex | 84 | 40 | 2B | 0 | 34 | 43 | 30 | E | 33 | 22 |
| Octal | 204 | 100 | 53 | 0 | 64 | 103 | 60 | 16 | 63 | 42 |
| Binary | 10000100 | 1000000 | 101011 | 0 | 110100 | 1000011 | 110000 | 1110 | 110011 | 100010 |
Color Harmonies of #84402B
Complementary color
Monochromatic Colors of #84402B
Black with #84402B
Text Example
Text Example
White with #84402B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84402B; }
p { color: rgb(132,64,43); }
H1.HeaderClassName
{
color: #84402B;
}
.AnyTagClassName
{
color: #84402B;
}
</style>
background-color css
<style>
a { background-color: #84402B; }
a { background-color: rgb(132,64,43); }
div.DivClassName
{
background-color: #84402B;
}
.BgClassName
{
background-color: #84402B;
}
</style>
border-color css
<style>
span { border-color: #84402B; }
span { border-color: rgb(132,64,43); }
td.TdClassName
{
border-color: #84402B;
}
.TagClassName
{
border-color: #84402B;
}
</style>