Shades of Fire #843F28
Tints of Fire #843F28
RGB
CMYK
RGB Variations
Color information
#843F28 (or 0x843F28) is known color: Fire. HEX triplet: 84, 3F and 28. RGB value is (132,63,40). Sum of RGB (Red+Green+Blue) = 132+63+40=235 (31% of max value = 765). Red value is 132 (51.95% from 255 or 56.17% from 235); Green value is 63 (25% from 255 or 26.81% from 235); Blue value is 40 (16.02% from 255 or 17.02% from 235); Max value from RGB is 132 - color contains mainly: red. Hex color #843F28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #843F28 is #7BC0D7. Grayscale: #515151. Windows color (decimal): -8110296 or 2637700. OLE color: 2637700.
HSL color Cylindrical-coordinate representation of color #843F28: hue angle of 15º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #843F28 is Cyan = 0, Magento = 0.52, Yellow = 0.70 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 63 | 40 | - |
| CMYK | 0 | 0.52 | 0.70 | 0.48 |
| HSL | 15º | 0.53% | 0.34% | - |
| HSV(B) | 15º | 0.7% | 0.52% | - |
| XYZ | 11.68 | 8.61 | 3.05 | - |
| YUV | 81.01 | 104.86 | 164.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 63 | 40 | 0 | 0.52 | 0.70 | 0.48 | 15 | 0.53 | 0.34 |
| Hex | 84 | 3F | 28 | 0 | 34 | 46 | 30 | F | 35 | 22 |
| Octal | 204 | 77 | 50 | 0 | 64 | 106 | 60 | 17 | 65 | 42 |
| Binary | 10000100 | 111111 | 101000 | 0 | 110100 | 1000110 | 110000 | 1111 | 110101 | 100010 |
Color Harmonies of #843F28
Complementary color
Monochromatic Colors of #843F28
Black with #843F28
Text Example
Text Example
White with #843F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #843F28; }
p { color: rgb(132,63,40); }
H1.HeaderClassName
{
color: #843F28;
}
.AnyTagClassName
{
color: #843F28;
}
</style>
background-color css
<style>
a { background-color: #843F28; }
a { background-color: rgb(132,63,40); }
div.DivClassName
{
background-color: #843F28;
}
.BgClassName
{
background-color: #843F28;
}
</style>
border-color css
<style>
span { border-color: #843F28; }
span { border-color: rgb(132,63,40); }
td.TdClassName
{
border-color: #843F28;
}
.TagClassName
{
border-color: #843F28;
}
</style>