Shades of Fire #893F2D
Tints of Fire #893F2D
RGB
CMYK
RGB Variations
Color information
#893F2D (or 0x893F2D) is known color: Fire. HEX triplet: 89, 3F and 2D. RGB value is (137,63,45). Sum of RGB (Red+Green+Blue) = 137+63+45=245 (32% of max value = 765). Red value is 137 (53.91% from 255 or 55.92% from 245); Green value is 63 (25% from 255 or 25.71% from 245); Blue value is 45 (17.97% from 255 or 18.37% from 245); Max value from RGB is 137 - color contains mainly: red. Hex color #893F2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #893F2D is #76C0D2. Grayscale: #535353. Windows color (decimal): -7782611 or 2965385. OLE color: 2965385.
HSL color Cylindrical-coordinate representation of color #893F2D: hue angle of 11.74º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #893F2D is Cyan = 0, Magento = 0.54, Yellow = 0.67 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 63 | 45 | - |
| CMYK | 0 | 0.54 | 0.67 | 0.46 |
| HSL | 11.74º | 0.51% | 0.36% | - |
| HSV(B) | 11.74º | 0.67% | 0.54% | - |
| XYZ | 12.57 | 9.06 | 3.57 | - |
| YUV | 83.07 | 106.52 | 166.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 63 | 45 | 0 | 0.54 | 0.67 | 0.46 | 11.74 | 0.51 | 0.36 |
| Hex | 89 | 3F | 2D | 0 | 36 | 43 | 2E | C | 33 | 24 |
| Octal | 211 | 77 | 55 | 0 | 66 | 103 | 56 | 14 | 63 | 44 |
| Binary | 10001001 | 111111 | 101101 | 0 | 110110 | 1000011 | 101110 | 1100 | 110011 | 100100 |
Color Harmonies of #893F2D
Complementary color
Monochromatic Colors of #893F2D
Black with #893F2D
Text Example
Text Example
White with #893F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893F2D; }
p { color: rgb(137,63,45); }
H1.HeaderClassName
{
color: #893F2D;
}
.AnyTagClassName
{
color: #893F2D;
}
</style>
background-color css
<style>
a { background-color: #893F2D; }
a { background-color: rgb(137,63,45); }
div.DivClassName
{
background-color: #893F2D;
}
.BgClassName
{
background-color: #893F2D;
}
</style>
border-color css
<style>
span { border-color: #893F2D; }
span { border-color: rgb(137,63,45); }
td.TdClassName
{
border-color: #893F2D;
}
.TagClassName
{
border-color: #893F2D;
}
</style>