Shades of Fire #843D26
Tints of Fire #843D26
RGB
CMYK
RGB Variations
Color information
#843D26 (or 0x843D26) is known color: Fire. HEX triplet: 84, 3D and 26. RGB value is (132,61,38). Sum of RGB (Red+Green+Blue) = 132+61+38=231 (30% of max value = 765). Red value is 132 (51.95% from 255 or 57.14% from 231); Green value is 61 (24.22% from 255 or 26.41% from 231); Blue value is 38 (15.23% from 255 or 16.45% from 231); Max value from RGB is 132 - color contains mainly: red. Hex color #843D26 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #843D26 is #7BC2D9. Grayscale: #4F4F4F. Windows color (decimal): -8110810 or 2506116. OLE color: 2506116.
HSL color Cylindrical-coordinate representation of color #843D26: hue angle of 14.68º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #843D26 is Cyan = 0, Magento = 0.54, Yellow = 0.71 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 61 | 38 | - |
| CMYK | 0 | 0.54 | 0.71 | 0.48 |
| HSL | 14.68º | 0.55% | 0.33% | - |
| HSV(B) | 14.68º | 0.71% | 0.52% | - |
| XYZ | 11.53 | 8.38 | 2.84 | - |
| YUV | 79.61 | 104.52 | 165.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 61 | 38 | 0 | 0.54 | 0.71 | 0.48 | 14.68 | 0.55 | 0.33 |
| Hex | 84 | 3D | 26 | 0 | 36 | 47 | 30 | F | 37 | 21 |
| Octal | 204 | 75 | 46 | 0 | 66 | 107 | 60 | 17 | 67 | 41 |
| Binary | 10000100 | 111101 | 100110 | 0 | 110110 | 1000111 | 110000 | 1111 | 110111 | 100001 |
Color Harmonies of #843D26
Complementary color
Monochromatic Colors of #843D26
Black with #843D26
Text Example
Text Example
White with #843D26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #843D26; }
p { color: rgb(132,61,38); }
H1.HeaderClassName
{
color: #843D26;
}
.AnyTagClassName
{
color: #843D26;
}
</style>
background-color css
<style>
a { background-color: #843D26; }
a { background-color: rgb(132,61,38); }
div.DivClassName
{
background-color: #843D26;
}
.BgClassName
{
background-color: #843D26;
}
</style>
border-color css
<style>
span { border-color: #843D26; }
span { border-color: rgb(132,61,38); }
td.TdClassName
{
border-color: #843D26;
}
.TagClassName
{
border-color: #843D26;
}
</style>