Shades of Fire #893B29
Tints of Fire #893B29
RGB
CMYK
RGB Variations
Color information
#893B29 (or 0x893B29) is known color: Fire. HEX triplet: 89, 3B and 29. RGB value is (137,59,41). Sum of RGB (Red+Green+Blue) = 137+59+41=237 (31% of max value = 765). Red value is 137 (53.91% from 255 or 57.81% from 237); Green value is 59 (23.44% from 255 or 24.89% from 237); Blue value is 41 (16.41% from 255 or 17.30% from 237); Max value from RGB is 137 - color contains mainly: red. Hex color #893B29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #893B29 is #76C4D6. Grayscale: #505050. Windows color (decimal): -7783639 or 2702217. OLE color: 2702217.
HSL color Cylindrical-coordinate representation of color #893B29: hue angle of 11.25º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #893B29 is Cyan = 0, Magento = 0.57, Yellow = 0.70 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 59 | 41 | - |
| CMYK | 0 | 0.57 | 0.70 | 0.46 |
| HSL | 11.25º | 0.54% | 0.35% | - |
| HSV(B) | 11.25º | 0.7% | 0.54% | - |
| XYZ | 12.28 | 8.61 | 3.11 | - |
| YUV | 80.27 | 105.84 | 168.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 59 | 41 | 0 | 0.57 | 0.70 | 0.46 | 11.25 | 0.54 | 0.35 |
| Hex | 89 | 3B | 29 | 0 | 39 | 46 | 2E | B | 36 | 23 |
| Octal | 211 | 73 | 51 | 0 | 71 | 106 | 56 | 13 | 66 | 43 |
| Binary | 10001001 | 111011 | 101001 | 0 | 111001 | 1000110 | 101110 | 1011 | 110110 | 100011 |
Color Harmonies of #893B29
Complementary color
Monochromatic Colors of #893B29
Black with #893B29
Text Example
Text Example
White with #893B29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893B29; }
p { color: rgb(137,59,41); }
H1.HeaderClassName
{
color: #893B29;
}
.AnyTagClassName
{
color: #893B29;
}
</style>
background-color css
<style>
a { background-color: #893B29; }
a { background-color: rgb(137,59,41); }
div.DivClassName
{
background-color: #893B29;
}
.BgClassName
{
background-color: #893B29;
}
</style>
border-color css
<style>
span { border-color: #893B29; }
span { border-color: rgb(137,59,41); }
td.TdClassName
{
border-color: #893B29;
}
.TagClassName
{
border-color: #893B29;
}
</style>