Shades of Fire #893C23
Tints of Fire #893C23
RGB
CMYK
RGB Variations
Color information
#893C23 (or 0x893C23) is known color: Fire. HEX triplet: 89, 3C and 23. RGB value is (137,60,35). Sum of RGB (Red+Green+Blue) = 137+60+35=232 (30% of max value = 765). Red value is 137 (53.91% from 255 or 59.05% from 232); Green value is 60 (23.83% from 255 or 25.86% from 232); Blue value is 35 (14.06% from 255 or 15.09% from 232); Max value from RGB is 137 - color contains mainly: red. Hex color #893C23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #893C23 is #76C3DC. Grayscale: #505050. Windows color (decimal): -7783389 or 2309257. OLE color: 2309257.
HSL color Cylindrical-coordinate representation of color #893C23: hue angle of 14.71º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #893C23 is Cyan = 0, Magento = 0.56, Yellow = 0.74 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 60 | 35 | - |
| CMYK | 0 | 0.56 | 0.74 | 0.46 |
| HSL | 14.71º | 0.59% | 0.34% | - |
| HSV(B) | 14.71º | 0.74% | 0.54% | - |
| XYZ | 12.24 | 8.67 | 2.62 | - |
| YUV | 80.17 | 102.51 | 168.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 60 | 35 | 0 | 0.56 | 0.74 | 0.46 | 14.71 | 0.59 | 0.34 |
| Hex | 89 | 3C | 23 | 0 | 38 | 4A | 2E | F | 3B | 22 |
| Octal | 211 | 74 | 43 | 0 | 70 | 112 | 56 | 17 | 73 | 42 |
| Binary | 10001001 | 111100 | 100011 | 0 | 111000 | 1001010 | 101110 | 1111 | 111011 | 100010 |
Color Harmonies of #893C23
Complementary color
Monochromatic Colors of #893C23
Black with #893C23
Text Example
Text Example
White with #893C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893C23; }
p { color: rgb(137,60,35); }
H1.HeaderClassName
{
color: #893C23;
}
.AnyTagClassName
{
color: #893C23;
}
</style>
background-color css
<style>
a { background-color: #893C23; }
a { background-color: rgb(137,60,35); }
div.DivClassName
{
background-color: #893C23;
}
.BgClassName
{
background-color: #893C23;
}
</style>
border-color css
<style>
span { border-color: #893C23; }
span { border-color: rgb(137,60,35); }
td.TdClassName
{
border-color: #893C23;
}
.TagClassName
{
border-color: #893C23;
}
</style>