Shades of Fire #843D23
Tints of Fire #843D23
RGB
CMYK
RGB Variations
Color information
#843D23 (or 0x843D23) is known color: Fire. HEX triplet: 84, 3D and 23. RGB value is (132,61,35). Sum of RGB (Red+Green+Blue) = 132+61+35=228 (30% of max value = 765). Red value is 132 (51.95% from 255 or 57.89% from 228); Green value is 61 (24.22% from 255 or 26.75% from 228); Blue value is 35 (14.06% from 255 or 15.35% from 228); Max value from RGB is 132 - color contains mainly: red. Hex color #843D23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #843D23 is #7BC2DC. Grayscale: #4F4F4F. Windows color (decimal): -8110813 or 2309508. OLE color: 2309508.
HSL color Cylindrical-coordinate representation of color #843D23: hue angle of 16.08º 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 #843D23 is Cyan = 0, Magento = 0.54, Yellow = 0.73 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 61 | 35 | - |
| CMYK | 0 | 0.54 | 0.73 | 0.48 |
| HSL | 16.08º | 0.58% | 0.33% | - |
| HSV(B) | 16.08º | 0.73% | 0.52% | - |
| XYZ | 11.49 | 8.36 | 2.6 | - |
| YUV | 79.27 | 103.02 | 165.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 61 | 35 | 0 | 0.54 | 0.73 | 0.48 | 16.08 | 0.58 | 0.33 |
| Hex | 84 | 3D | 23 | 0 | 36 | 49 | 30 | 10 | 3A | 21 |
| Octal | 204 | 75 | 43 | 0 | 66 | 111 | 60 | 20 | 72 | 41 |
| Binary | 10000100 | 111101 | 100011 | 0 | 110110 | 1001001 | 110000 | 10000 | 111010 | 100001 |
Color Harmonies of #843D23
Complementary color
Monochromatic Colors of #843D23
Black with #843D23
Text Example
Text Example
White with #843D23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #843D23; }
p { color: rgb(132,61,35); }
H1.HeaderClassName
{
color: #843D23;
}
.AnyTagClassName
{
color: #843D23;
}
</style>
background-color css
<style>
a { background-color: #843D23; }
a { background-color: rgb(132,61,35); }
div.DivClassName
{
background-color: #843D23;
}
.BgClassName
{
background-color: #843D23;
}
</style>
border-color css
<style>
span { border-color: #843D23; }
span { border-color: rgb(132,61,35); }
td.TdClassName
{
border-color: #843D23;
}
.TagClassName
{
border-color: #843D23;
}
</style>