Shades of Fire #843C27
Tints of Fire #843C27
RGB
CMYK
RGB Variations
Color information
#843C27 (or 0x843C27) is known color: Fire. HEX triplet: 84, 3C and 27. RGB value is (132,60,39). Sum of RGB (Red+Green+Blue) = 132+60+39=231 (30% of max value = 765). Red value is 132 (51.95% from 255 or 57.14% from 231); Green value is 60 (23.83% from 255 or 25.97% from 231); Blue value is 39 (15.62% from 255 or 16.88% from 231); Max value from RGB is 132 - color contains mainly: red. Hex color #843C27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #843C27 is #7BC3D8. Grayscale: #4F4F4F. Windows color (decimal): -8111065 or 2571396. OLE color: 2571396.
HSL color Cylindrical-coordinate representation of color #843C27: hue angle of 13.55º degrees, saturation: 0.54, 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 #843C27 is Cyan = 0, Magento = 0.55, Yellow = 0.70 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 60 | 39 | - |
| CMYK | 0 | 0.55 | 0.70 | 0.48 |
| HSL | 13.55º | 0.54% | 0.34% | - |
| HSV(B) | 13.55º | 0.7% | 0.52% | - |
| XYZ | 11.5 | 8.28 | 2.91 | - |
| YUV | 79.13 | 105.35 | 165.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 60 | 39 | 0 | 0.55 | 0.70 | 0.48 | 13.55 | 0.54 | 0.34 |
| Hex | 84 | 3C | 27 | 0 | 37 | 46 | 30 | E | 36 | 22 |
| Octal | 204 | 74 | 47 | 0 | 67 | 106 | 60 | 16 | 66 | 42 |
| Binary | 10000100 | 111100 | 100111 | 0 | 110111 | 1000110 | 110000 | 1110 | 110110 | 100010 |
Color Harmonies of #843C27
Complementary color
Monochromatic Colors of #843C27
Black with #843C27
Text Example
Text Example
White with #843C27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #843C27; }
p { color: rgb(132,60,39); }
H1.HeaderClassName
{
color: #843C27;
}
.AnyTagClassName
{
color: #843C27;
}
</style>
background-color css
<style>
a { background-color: #843C27; }
a { background-color: rgb(132,60,39); }
div.DivClassName
{
background-color: #843C27;
}
.BgClassName
{
background-color: #843C27;
}
</style>
border-color css
<style>
span { border-color: #843C27; }
span { border-color: rgb(132,60,39); }
td.TdClassName
{
border-color: #843C27;
}
.TagClassName
{
border-color: #843C27;
}
</style>