Shades of Fire #843C23
Tints of Fire #843C23
RGB
CMYK
RGB Variations
Color information
#843C23 (or 0x843C23) is known color: Fire. HEX triplet: 84, 3C and 23. RGB value is (132,60,35). Sum of RGB (Red+Green+Blue) = 132+60+35=227 (30% of max value = 765). Red value is 132 (51.95% from 255 or 58.15% from 227); Green value is 60 (23.83% from 255 or 26.43% from 227); Blue value is 35 (14.06% from 255 or 15.42% from 227); Max value from RGB is 132 - color contains mainly: red. Hex color #843C23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #843C23 is #7BC3DC. Grayscale: #4E4E4E. Windows color (decimal): -8111069 or 2309252. OLE color: 2309252.
HSL color Cylindrical-coordinate representation of color #843C23: hue angle of 15.46º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #843C23 is Cyan = 0, Magento = 0.55, Yellow = 0.73 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 60 | 35 | - |
| CMYK | 0 | 0.55 | 0.73 | 0.48 |
| HSL | 15.46º | 0.58% | 0.33% | - |
| HSV(B) | 15.46º | 0.73% | 0.52% | - |
| XYZ | 11.43 | 8.26 | 2.58 | - |
| YUV | 78.68 | 103.35 | 166.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 60 | 35 | 0 | 0.55 | 0.73 | 0.48 | 15.46 | 0.58 | 0.33 |
| Hex | 84 | 3C | 23 | 0 | 37 | 49 | 30 | F | 3A | 21 |
| Octal | 204 | 74 | 43 | 0 | 67 | 111 | 60 | 17 | 72 | 41 |
| Binary | 10000100 | 111100 | 100011 | 0 | 110111 | 1001001 | 110000 | 1111 | 111010 | 100001 |
Color Harmonies of #843C23
Complementary color
Monochromatic Colors of #843C23
Black with #843C23
Text Example
Text Example
White with #843C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #843C23; }
p { color: rgb(132,60,35); }
H1.HeaderClassName
{
color: #843C23;
}
.AnyTagClassName
{
color: #843C23;
}
</style>
background-color css
<style>
a { background-color: #843C23; }
a { background-color: rgb(132,60,35); }
div.DivClassName
{
background-color: #843C23;
}
.BgClassName
{
background-color: #843C23;
}
</style>
border-color css
<style>
span { border-color: #843C23; }
span { border-color: rgb(132,60,35); }
td.TdClassName
{
border-color: #843C23;
}
.TagClassName
{
border-color: #843C23;
}
</style>