Shades of Fire #893F1F
Tints of Fire #893F1F
RGB
CMYK
RGB Variations
Color information
#893F1F (or 0x893F1F) is known color: Fire. HEX triplet: 89, 3F and 1F. RGB value is (137,63,31). Sum of RGB (Red+Green+Blue) = 137+63+31=231 (30% of max value = 765). Red value is 137 (53.91% from 255 or 59.31% from 231); Green value is 63 (25% from 255 or 27.27% from 231); Blue value is 31 (12.5% from 255 or 13.42% from 231); Max value from RGB is 137 - color contains mainly: red. Hex color #893F1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #893F1F is #76C0E0. Grayscale: #515151. Windows color (decimal): -7782625 or 2047881. OLE color: 2047881.
HSL color Cylindrical-coordinate representation of color #893F1F: hue angle of 18.11º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #893F1F is Cyan = 0, Magento = 0.54, Yellow = 0.77 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 63 | 31 | - |
| CMYK | 0 | 0.54 | 0.77 | 0.46 |
| HSL | 18.11º | 0.63% | 0.33% | - |
| HSV(B) | 18.11º | 0.77% | 0.54% | - |
| XYZ | 12.34 | 8.97 | 2.38 | - |
| YUV | 81.48 | 99.52 | 167.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 63 | 31 | 0 | 0.54 | 0.77 | 0.46 | 18.11 | 0.63 | 0.33 |
| Hex | 89 | 3F | 1F | 0 | 36 | 4D | 2E | 12 | 3F | 21 |
| Octal | 211 | 77 | 37 | 0 | 66 | 115 | 56 | 22 | 77 | 41 |
| Binary | 10001001 | 111111 | 11111 | 0 | 110110 | 1001101 | 101110 | 10010 | 111111 | 100001 |
Color Harmonies of #893F1F
Complementary color
Monochromatic Colors of #893F1F
Black with #893F1F
Text Example
Text Example
White with #893F1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893F1F; }
p { color: rgb(137,63,31); }
H1.HeaderClassName
{
color: #893F1F;
}
.AnyTagClassName
{
color: #893F1F;
}
</style>
background-color css
<style>
a { background-color: #893F1F; }
a { background-color: rgb(137,63,31); }
div.DivClassName
{
background-color: #893F1F;
}
.BgClassName
{
background-color: #893F1F;
}
</style>
border-color css
<style>
span { border-color: #893F1F; }
span { border-color: rgb(137,63,31); }
td.TdClassName
{
border-color: #893F1F;
}
.TagClassName
{
border-color: #893F1F;
}
</style>