Shades of Fire #843D28
Tints of Fire #843D28
RGB
CMYK
RGB Variations
Color information
#843D28 (or 0x843D28) is known color: Fire. HEX triplet: 84, 3D and 28. RGB value is (132,61,40). Sum of RGB (Red+Green+Blue) = 132+61+40=233 (30% of max value = 765). Red value is 132 (51.95% from 255 or 56.65% from 233); Green value is 61 (24.22% from 255 or 26.18% from 233); Blue value is 40 (16.02% from 255 or 17.17% from 233); Max value from RGB is 132 - color contains mainly: red. Hex color #843D28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #843D28 is #7BC2D7. Grayscale: #4F4F4F. Windows color (decimal): -8110808 or 2637188. OLE color: 2637188.
HSL color Cylindrical-coordinate representation of color #843D28: hue angle of 13.7º 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 #843D28 is Cyan = 0, Magento = 0.54, Yellow = 0.70 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 61 | 40 | - |
| CMYK | 0 | 0.54 | 0.70 | 0.48 |
| HSL | 13.7º | 0.53% | 0.34% | - |
| HSV(B) | 13.7º | 0.7% | 0.52% | - |
| XYZ | 11.57 | 8.4 | 3.02 | - |
| YUV | 79.84 | 105.52 | 165.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 61 | 40 | 0 | 0.54 | 0.70 | 0.48 | 13.7 | 0.53 | 0.34 |
| Hex | 84 | 3D | 28 | 0 | 36 | 46 | 30 | E | 35 | 22 |
| Octal | 204 | 75 | 50 | 0 | 66 | 106 | 60 | 16 | 65 | 42 |
| Binary | 10000100 | 111101 | 101000 | 0 | 110110 | 1000110 | 110000 | 1110 | 110101 | 100010 |
Color Harmonies of #843D28
Complementary color
Monochromatic Colors of #843D28
Black with #843D28
Text Example
Text Example
White with #843D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #843D28; }
p { color: rgb(132,61,40); }
H1.HeaderClassName
{
color: #843D28;
}
.AnyTagClassName
{
color: #843D28;
}
</style>
background-color css
<style>
a { background-color: #843D28; }
a { background-color: rgb(132,61,40); }
div.DivClassName
{
background-color: #843D28;
}
.BgClassName
{
background-color: #843D28;
}
</style>
border-color css
<style>
span { border-color: #843D28; }
span { border-color: rgb(132,61,40); }
td.TdClassName
{
border-color: #843D28;
}
.TagClassName
{
border-color: #843D28;
}
</style>