Shades of Fire #87442D
Tints of Fire #87442D
RGB
CMYK
RGB Variations
Color information
#87442D (or 0x87442D) is known color: Fire. HEX triplet: 87, 44 and 2D. RGB value is (135,68,45). Sum of RGB (Red+Green+Blue) = 135+68+45=248 (32% of max value = 765). Red value is 135 (53.12% from 255 or 54.44% from 248); Green value is 68 (26.95% from 255 or 27.42% from 248); Blue value is 45 (17.97% from 255 or 18.15% from 248); Max value from RGB is 135 - color contains mainly: red. Hex color #87442D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87442D is #78BBD2. Grayscale: #555555. Windows color (decimal): -7912403 or 2966663. OLE color: 2966663.
HSL color Cylindrical-coordinate representation of color #87442D: hue angle of 15.33º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #87442D is Cyan = 0, Magento = 0.50, Yellow = 0.67 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 68 | 45 | - |
| CMYK | 0 | 0.50 | 0.67 | 0.47 |
| HSL | 15.33º | 0.5% | 0.35% | - |
| HSV(B) | 15.33º | 0.67% | 0.53% | - |
| XYZ | 12.53 | 9.47 | 3.65 | - |
| YUV | 85.41 | 105.2 | 163.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 68 | 45 | 0 | 0.50 | 0.67 | 0.47 | 15.33 | 0.5 | 0.35 |
| Hex | 87 | 44 | 2D | 0 | 32 | 43 | 2F | F | 32 | 23 |
| Octal | 207 | 104 | 55 | 0 | 62 | 103 | 57 | 17 | 62 | 43 |
| Binary | 10000111 | 1000100 | 101101 | 0 | 110010 | 1000011 | 101111 | 1111 | 110010 | 100011 |
Color Harmonies of #87442D
Complementary color
Monochromatic Colors of #87442D
Black with #87442D
Text Example
Text Example
White with #87442D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87442D; }
p { color: rgb(135,68,45); }
H1.HeaderClassName
{
color: #87442D;
}
.AnyTagClassName
{
color: #87442D;
}
</style>
background-color css
<style>
a { background-color: #87442D; }
a { background-color: rgb(135,68,45); }
div.DivClassName
{
background-color: #87442D;
}
.BgClassName
{
background-color: #87442D;
}
</style>
border-color css
<style>
span { border-color: #87442D; }
span { border-color: rgb(135,68,45); }
td.TdClassName
{
border-color: #87442D;
}
.TagClassName
{
border-color: #87442D;
}
</style>