Shades of Fire #873F2D
Tints of Fire #873F2D
RGB
CMYK
RGB Variations
Color information
#873F2D (or 0x873F2D) is known color: Fire. HEX triplet: 87, 3F and 2D. RGB value is (135,63,45). Sum of RGB (Red+Green+Blue) = 135+63+45=243 (32% of max value = 765). Red value is 135 (53.12% from 255 or 55.56% from 243); Green value is 63 (25% from 255 or 25.93% from 243); Blue value is 45 (17.97% from 255 or 18.52% from 243); Max value from RGB is 135 - color contains mainly: red. Hex color #873F2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873F2D is #78C0D2. Grayscale: #525252. Windows color (decimal): -7913683 or 2965383. OLE color: 2965383.
HSL color Cylindrical-coordinate representation of color #873F2D: hue angle of 12º 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 #873F2D is Cyan = 0, Magento = 0.53, Yellow = 0.67 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 63 | 45 | - |
| CMYK | 0 | 0.53 | 0.67 | 0.47 |
| HSL | 12º | 0.5% | 0.35% | - |
| HSV(B) | 12º | 0.67% | 0.53% | - |
| XYZ | 12.24 | 8.9 | 3.55 | - |
| YUV | 82.48 | 106.85 | 165.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 63 | 45 | 0 | 0.53 | 0.67 | 0.47 | 12 | 0.5 | 0.35 |
| Hex | 87 | 3F | 2D | 0 | 35 | 43 | 2F | C | 32 | 23 |
| Octal | 207 | 77 | 55 | 0 | 65 | 103 | 57 | 14 | 62 | 43 |
| Binary | 10000111 | 111111 | 101101 | 0 | 110101 | 1000011 | 101111 | 1100 | 110010 | 100011 |
Color Harmonies of #873F2D
Complementary color
Monochromatic Colors of #873F2D
Black with #873F2D
Text Example
Text Example
White with #873F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #873F2D; }
p { color: rgb(135,63,45); }
H1.HeaderClassName
{
color: #873F2D;
}
.AnyTagClassName
{
color: #873F2D;
}
</style>
background-color css
<style>
a { background-color: #873F2D; }
a { background-color: rgb(135,63,45); }
div.DivClassName
{
background-color: #873F2D;
}
.BgClassName
{
background-color: #873F2D;
}
</style>
border-color css
<style>
span { border-color: #873F2D; }
span { border-color: rgb(135,63,45); }
td.TdClassName
{
border-color: #873F2D;
}
.TagClassName
{
border-color: #873F2D;
}
</style>