Shades of Fire #89422D
Tints of Fire #89422D
RGB
CMYK
RGB Variations
Color information
#89422D (or 0x89422D) is known color: Fire. HEX triplet: 89, 42 and 2D. RGB value is (137,66,45). Sum of RGB (Red+Green+Blue) = 137+66+45=248 (32% of max value = 765). Red value is 137 (53.91% from 255 or 55.24% from 248); Green value is 66 (26.17% from 255 or 26.61% from 248); Blue value is 45 (17.97% from 255 or 18.15% from 248); Max value from RGB is 137 - color contains mainly: red. Hex color #89422D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89422D is #76BDD2. Grayscale: #545454. Windows color (decimal): -7781843 or 2966153. OLE color: 2966153.
HSL color Cylindrical-coordinate representation of color #89422D: hue angle of 13.7º 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 #89422D is Cyan = 0, Magento = 0.52, Yellow = 0.67 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 66 | 45 | - |
| CMYK | 0 | 0.52 | 0.67 | 0.46 |
| HSL | 13.7º | 0.51% | 0.36% | - |
| HSV(B) | 13.7º | 0.67% | 0.54% | - |
| XYZ | 12.74 | 9.4 | 3.63 | - |
| YUV | 84.84 | 105.52 | 165.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 66 | 45 | 0 | 0.52 | 0.67 | 0.46 | 13.7 | 0.51 | 0.36 |
| Hex | 89 | 42 | 2D | 0 | 34 | 43 | 2E | E | 33 | 24 |
| Octal | 211 | 102 | 55 | 0 | 64 | 103 | 56 | 16 | 63 | 44 |
| Binary | 10001001 | 1000010 | 101101 | 0 | 110100 | 1000011 | 101110 | 1110 | 110011 | 100100 |
Color Harmonies of #89422D
Complementary color
Monochromatic Colors of #89422D
Black with #89422D
Text Example
Text Example
White with #89422D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89422D; }
p { color: rgb(137,66,45); }
H1.HeaderClassName
{
color: #89422D;
}
.AnyTagClassName
{
color: #89422D;
}
</style>
background-color css
<style>
a { background-color: #89422D; }
a { background-color: rgb(137,66,45); }
div.DivClassName
{
background-color: #89422D;
}
.BgClassName
{
background-color: #89422D;
}
</style>
border-color css
<style>
span { border-color: #89422D; }
span { border-color: rgb(137,66,45); }
td.TdClassName
{
border-color: #89422D;
}
.TagClassName
{
border-color: #89422D;
}
</style>