Shades of Fire #87402E
Tints of Fire #87402E
RGB
CMYK
RGB Variations
Color information
#87402E (or 0x87402E) is known color: Fire. HEX triplet: 87, 40 and 2E. RGB value is (135,64,46). Sum of RGB (Red+Green+Blue) = 135+64+46=245 (32% of max value = 765). Red value is 135 (53.12% from 255 or 55.10% from 245); Green value is 64 (25.39% from 255 or 26.12% from 245); Blue value is 46 (18.36% from 255 or 18.78% from 245); Max value from RGB is 135 - color contains mainly: red. Hex color #87402E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87402E is #78BFD1. Grayscale: #535353. Windows color (decimal): -7913426 or 3031175. OLE color: 3031175.
HSL color Cylindrical-coordinate representation of color #87402E: hue angle of 12.13º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #87402E is Cyan = 0, Magento = 0.53, Yellow = 0.66 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 64 | 46 | - |
| CMYK | 0 | 0.53 | 0.66 | 0.47 |
| HSL | 12.13º | 0.49% | 0.35% | - |
| HSV(B) | 12.13º | 0.66% | 0.53% | - |
| XYZ | 12.32 | 9.01 | 3.68 | - |
| YUV | 83.18 | 107.02 | 164.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 64 | 46 | 0 | 0.53 | 0.66 | 0.47 | 12.13 | 0.49 | 0.35 |
| Hex | 87 | 40 | 2E | 0 | 35 | 42 | 2F | C | 31 | 23 |
| Octal | 207 | 100 | 56 | 0 | 65 | 102 | 57 | 14 | 61 | 43 |
| Binary | 10000111 | 1000000 | 101110 | 0 | 110101 | 1000010 | 101111 | 1100 | 110001 | 100011 |
Color Harmonies of #87402E
Complementary color
Monochromatic Colors of #87402E
Black with #87402E
Text Example
Text Example
White with #87402E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87402E; }
p { color: rgb(135,64,46); }
H1.HeaderClassName
{
color: #87402E;
}
.AnyTagClassName
{
color: #87402E;
}
</style>
background-color css
<style>
a { background-color: #87402E; }
a { background-color: rgb(135,64,46); }
div.DivClassName
{
background-color: #87402E;
}
.BgClassName
{
background-color: #87402E;
}
</style>
border-color css
<style>
span { border-color: #87402E; }
span { border-color: rgb(135,64,46); }
td.TdClassName
{
border-color: #87402E;
}
.TagClassName
{
border-color: #87402E;
}
</style>