Shades of Fire #843E2B
Tints of Fire #843E2B
RGB
CMYK
RGB Variations
Color information
#843E2B (or 0x843E2B) is known color: Fire. HEX triplet: 84, 3E and 2B. RGB value is (132,62,43). Sum of RGB (Red+Green+Blue) = 132+62+43=237 (31% of max value = 765). Red value is 132 (51.95% from 255 or 55.70% from 237); Green value is 62 (24.61% from 255 or 26.16% from 237); Blue value is 43 (17.19% from 255 or 18.14% from 237); Max value from RGB is 132 - color contains mainly: red. Hex color #843E2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #843E2B is #7BC1D4. Grayscale: #505050. Windows color (decimal): -8110549 or 2834052. OLE color: 2834052.
HSL color Cylindrical-coordinate representation of color #843E2B: hue angle of 12.81º 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 #843E2B is Cyan = 0, Magento = 0.53, Yellow = 0.67 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 62 | 43 | - |
| CMYK | 0 | 0.53 | 0.67 | 0.48 |
| HSL | 12.81º | 0.51% | 0.34% | - |
| HSV(B) | 12.81º | 0.67% | 0.52% | - |
| XYZ | 11.67 | 8.53 | 3.32 | - |
| YUV | 80.76 | 106.69 | 164.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 62 | 43 | 0 | 0.53 | 0.67 | 0.48 | 12.81 | 0.51 | 0.34 |
| Hex | 84 | 3E | 2B | 0 | 35 | 43 | 30 | D | 33 | 22 |
| Octal | 204 | 76 | 53 | 0 | 65 | 103 | 60 | 15 | 63 | 42 |
| Binary | 10000100 | 111110 | 101011 | 0 | 110101 | 1000011 | 110000 | 1101 | 110011 | 100010 |
Color Harmonies of #843E2B
Complementary color
Monochromatic Colors of #843E2B
Black with #843E2B
Text Example
Text Example
White with #843E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #843E2B; }
p { color: rgb(132,62,43); }
H1.HeaderClassName
{
color: #843E2B;
}
.AnyTagClassName
{
color: #843E2B;
}
</style>
background-color css
<style>
a { background-color: #843E2B; }
a { background-color: rgb(132,62,43); }
div.DivClassName
{
background-color: #843E2B;
}
.BgClassName
{
background-color: #843E2B;
}
</style>
border-color css
<style>
span { border-color: #843E2B; }
span { border-color: rgb(132,62,43); }
td.TdClassName
{
border-color: #843E2B;
}
.TagClassName
{
border-color: #843E2B;
}
</style>