Shades of Fire #893D2C
Tints of Fire #893D2C
RGB
CMYK
RGB Variations
Color information
#893D2C (or 0x893D2C) is known color: Fire. HEX triplet: 89, 3D and 2C. RGB value is (137,61,44). Sum of RGB (Red+Green+Blue) = 137+61+44=242 (32% of max value = 765). Red value is 137 (53.91% from 255 or 56.61% from 242); Green value is 61 (24.22% from 255 or 25.21% from 242); Blue value is 44 (17.58% from 255 or 18.18% from 242); Max value from RGB is 137 - color contains mainly: red. Hex color #893D2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #893D2C is #76C2D3. Grayscale: #515151. Windows color (decimal): -7783124 or 2899337. OLE color: 2899337.
HSL color Cylindrical-coordinate representation of color #893D2C: hue angle of 10.97º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #893D2C is Cyan = 0, Magento = 0.55, Yellow = 0.68 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 61 | 44 | - |
| CMYK | 0 | 0.55 | 0.68 | 0.46 |
| HSL | 10.97º | 0.51% | 0.35% | - |
| HSV(B) | 10.97º | 0.68% | 0.54% | - |
| XYZ | 12.44 | 8.84 | 3.43 | - |
| YUV | 81.79 | 106.68 | 167.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 61 | 44 | 0 | 0.55 | 0.68 | 0.46 | 10.97 | 0.51 | 0.35 |
| Hex | 89 | 3D | 2C | 0 | 37 | 44 | 2E | B | 33 | 23 |
| Octal | 211 | 75 | 54 | 0 | 67 | 104 | 56 | 13 | 63 | 43 |
| Binary | 10001001 | 111101 | 101100 | 0 | 110111 | 1000100 | 101110 | 1011 | 110011 | 100011 |
Color Harmonies of #893D2C
Complementary color
Monochromatic Colors of #893D2C
Black with #893D2C
Text Example
Text Example
White with #893D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893D2C; }
p { color: rgb(137,61,44); }
H1.HeaderClassName
{
color: #893D2C;
}
.AnyTagClassName
{
color: #893D2C;
}
</style>
background-color css
<style>
a { background-color: #893D2C; }
a { background-color: rgb(137,61,44); }
div.DivClassName
{
background-color: #893D2C;
}
.BgClassName
{
background-color: #893D2C;
}
</style>
border-color css
<style>
span { border-color: #893D2C; }
span { border-color: rgb(137,61,44); }
td.TdClassName
{
border-color: #893D2C;
}
.TagClassName
{
border-color: #893D2C;
}
</style>