Shades of Fire #873D26
Tints of Fire #873D26
RGB
CMYK
RGB Variations
Color information
#873D26 (or 0x873D26) is known color: Fire. HEX triplet: 87, 3D and 26. RGB value is (135,61,38). Sum of RGB (Red+Green+Blue) = 135+61+38=234 (30% of max value = 765). Red value is 135 (53.12% from 255 or 57.69% from 234); Green value is 61 (24.22% from 255 or 26.07% from 234); Blue value is 38 (15.23% from 255 or 16.24% from 234); Max value from RGB is 135 - color contains mainly: red. Hex color #873D26 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873D26 is #78C2D9. Grayscale: #505050. Windows color (decimal): -7914202 or 2506119. OLE color: 2506119.
HSL color Cylindrical-coordinate representation of color #873D26: hue angle of 14.23º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #873D26 is Cyan = 0, Magento = 0.55, Yellow = 0.72 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 61 | 38 | - |
| CMYK | 0 | 0.55 | 0.72 | 0.47 |
| HSL | 14.23º | 0.56% | 0.34% | - |
| HSV(B) | 14.23º | 0.72% | 0.53% | - |
| XYZ | 12.01 | 8.63 | 2.87 | - |
| YUV | 80.5 | 104.02 | 166.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 61 | 38 | 0 | 0.55 | 0.72 | 0.47 | 14.23 | 0.56 | 0.34 |
| Hex | 87 | 3D | 26 | 0 | 37 | 48 | 2F | E | 38 | 22 |
| Octal | 207 | 75 | 46 | 0 | 67 | 110 | 57 | 16 | 70 | 42 |
| Binary | 10000111 | 111101 | 100110 | 0 | 110111 | 1001000 | 101111 | 1110 | 111000 | 100010 |
Color Harmonies of #873D26
Complementary color
Monochromatic Colors of #873D26
Black with #873D26
Text Example
Text Example
White with #873D26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #873D26; }
p { color: rgb(135,61,38); }
H1.HeaderClassName
{
color: #873D26;
}
.AnyTagClassName
{
color: #873D26;
}
</style>
background-color css
<style>
a { background-color: #873D26; }
a { background-color: rgb(135,61,38); }
div.DivClassName
{
background-color: #873D26;
}
.BgClassName
{
background-color: #873D26;
}
</style>
border-color css
<style>
span { border-color: #873D26; }
span { border-color: rgb(135,61,38); }
td.TdClassName
{
border-color: #873D26;
}
.TagClassName
{
border-color: #873D26;
}
</style>