Shades of Fire #884425
Tints of Fire #884425
RGB
CMYK
RGB Variations
Color information
#884425 (or 0x884425) is known color: Fire. HEX triplet: 88, 44 and 25. RGB value is (136,68,37). Sum of RGB (Red+Green+Blue) = 136+68+37=241 (31% of max value = 765). Red value is 136 (53.52% from 255 or 56.43% from 241); Green value is 68 (26.95% from 255 or 28.22% from 241); Blue value is 37 (14.84% from 255 or 15.35% from 241); Max value from RGB is 136 - color contains mainly: red. Hex color #884425 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884425 is #77BBDA. Grayscale: #545454. Windows color (decimal): -7846875 or 2442376. OLE color: 2442376.
HSL color Cylindrical-coordinate representation of color #884425: hue angle of 18.79º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #884425 is Cyan = 0, Magento = 0.50, Yellow = 0.73 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 68 | 37 | - |
| CMYK | 0 | 0.50 | 0.73 | 0.47 |
| HSL | 18.79º | 0.57% | 0.34% | - |
| HSV(B) | 18.79º | 0.73% | 0.53% | - |
| XYZ | 12.55 | 9.5 | 2.92 | - |
| YUV | 84.8 | 101.03 | 164.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 68 | 37 | 0 | 0.50 | 0.73 | 0.47 | 18.79 | 0.57 | 0.34 |
| Hex | 88 | 44 | 25 | 0 | 32 | 49 | 2F | 13 | 39 | 22 |
| Octal | 210 | 104 | 45 | 0 | 62 | 111 | 57 | 23 | 71 | 42 |
| Binary | 10001000 | 1000100 | 100101 | 0 | 110010 | 1001001 | 101111 | 10011 | 111001 | 100010 |
Color Harmonies of #884425
Complementary color
Monochromatic Colors of #884425
Black with #884425
Text Example
Text Example
White with #884425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884425; }
p { color: rgb(136,68,37); }
H1.HeaderClassName
{
color: #884425;
}
.AnyTagClassName
{
color: #884425;
}
</style>
background-color css
<style>
a { background-color: #884425; }
a { background-color: rgb(136,68,37); }
div.DivClassName
{
background-color: #884425;
}
.BgClassName
{
background-color: #884425;
}
</style>
border-color css
<style>
span { border-color: #884425; }
span { border-color: rgb(136,68,37); }
td.TdClassName
{
border-color: #884425;
}
.TagClassName
{
border-color: #884425;
}
</style>