Shades of Fire #893C28
Tints of Fire #893C28
RGB
CMYK
RGB Variations
Color information
#893C28 (or 0x893C28) is known color: Fire. HEX triplet: 89, 3C and 28. RGB value is (137,60,40). Sum of RGB (Red+Green+Blue) = 137+60+40=237 (31% of max value = 765). Red value is 137 (53.91% from 255 or 57.81% from 237); Green value is 60 (23.83% from 255 or 25.32% from 237); Blue value is 40 (16.02% from 255 or 16.88% from 237); Max value from RGB is 137 - color contains mainly: red. Hex color #893C28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #893C28 is #76C3D7. Grayscale: #505050. Windows color (decimal): -7783384 or 2636937. OLE color: 2636937.
HSL color Cylindrical-coordinate representation of color #893C28: hue angle of 12.37º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #893C28 is Cyan = 0, Magento = 0.56, Yellow = 0.71 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 60 | 40 | - |
| CMYK | 0 | 0.56 | 0.71 | 0.46 |
| HSL | 12.37º | 0.55% | 0.35% | - |
| HSV(B) | 12.37º | 0.71% | 0.54% | - |
| XYZ | 12.32 | 8.7 | 3.04 | - |
| YUV | 80.74 | 105.01 | 168.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 60 | 40 | 0 | 0.56 | 0.71 | 0.46 | 12.37 | 0.55 | 0.35 |
| Hex | 89 | 3C | 28 | 0 | 38 | 47 | 2E | C | 37 | 23 |
| Octal | 211 | 74 | 50 | 0 | 70 | 107 | 56 | 14 | 67 | 43 |
| Binary | 10001001 | 111100 | 101000 | 0 | 111000 | 1000111 | 101110 | 1100 | 110111 | 100011 |
Color Harmonies of #893C28
Complementary color
Monochromatic Colors of #893C28
Black with #893C28
Text Example
Text Example
White with #893C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893C28; }
p { color: rgb(137,60,40); }
H1.HeaderClassName
{
color: #893C28;
}
.AnyTagClassName
{
color: #893C28;
}
</style>
background-color css
<style>
a { background-color: #893C28; }
a { background-color: rgb(137,60,40); }
div.DivClassName
{
background-color: #893C28;
}
.BgClassName
{
background-color: #893C28;
}
</style>
border-color css
<style>
span { border-color: #893C28; }
span { border-color: rgb(137,60,40); }
td.TdClassName
{
border-color: #893C28;
}
.TagClassName
{
border-color: #893C28;
}
</style>