Shades of Fire #893F2A
Tints of Fire #893F2A
RGB
CMYK
RGB Variations
Color information
#893F2A (or 0x893F2A) is known color: Fire. HEX triplet: 89, 3F and 2A. RGB value is (137,63,42). Sum of RGB (Red+Green+Blue) = 137+63+42=242 (32% of max value = 765). Red value is 137 (53.91% from 255 or 56.61% from 242); Green value is 63 (25% from 255 or 26.03% from 242); Blue value is 42 (16.80% from 255 or 17.36% from 242); Max value from RGB is 137 - color contains mainly: red. Hex color #893F2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #893F2A is #76C0D5. Grayscale: #525252. Windows color (decimal): -7782614 or 2768777. OLE color: 2768777.
HSL color Cylindrical-coordinate representation of color #893F2A: hue angle of 13.26º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #893F2A is Cyan = 0, Magento = 0.54, Yellow = 0.69 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 63 | 42 | - |
| CMYK | 0 | 0.54 | 0.69 | 0.46 |
| HSL | 13.26º | 0.53% | 0.35% | - |
| HSV(B) | 13.26º | 0.69% | 0.54% | - |
| XYZ | 12.51 | 9.04 | 3.28 | - |
| YUV | 82.73 | 105.02 | 166.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 63 | 42 | 0 | 0.54 | 0.69 | 0.46 | 13.26 | 0.53 | 0.35 |
| Hex | 89 | 3F | 2A | 0 | 36 | 45 | 2E | D | 35 | 23 |
| Octal | 211 | 77 | 52 | 0 | 66 | 105 | 56 | 15 | 65 | 43 |
| Binary | 10001001 | 111111 | 101010 | 0 | 110110 | 1000101 | 101110 | 1101 | 110101 | 100011 |
Color Harmonies of #893F2A
Complementary color
Monochromatic Colors of #893F2A
Black with #893F2A
Text Example
Text Example
White with #893F2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893F2A; }
p { color: rgb(137,63,42); }
H1.HeaderClassName
{
color: #893F2A;
}
.AnyTagClassName
{
color: #893F2A;
}
</style>
background-color css
<style>
a { background-color: #893F2A; }
a { background-color: rgb(137,63,42); }
div.DivClassName
{
background-color: #893F2A;
}
.BgClassName
{
background-color: #893F2A;
}
</style>
border-color css
<style>
span { border-color: #893F2A; }
span { border-color: rgb(137,63,42); }
td.TdClassName
{
border-color: #893F2A;
}
.TagClassName
{
border-color: #893F2A;
}
</style>