Shades of Fire #873D2B
Tints of Fire #873D2B
RGB
CMYK
RGB Variations
Color information
#873D2B (or 0x873D2B) is known color: Fire. HEX triplet: 87, 3D and 2B. RGB value is (135,61,43). Sum of RGB (Red+Green+Blue) = 135+61+43=239 (31% of max value = 765). Red value is 135 (53.12% from 255 or 56.49% from 239); Green value is 61 (24.22% from 255 or 25.52% from 239); Blue value is 43 (17.19% from 255 or 17.99% from 239); Max value from RGB is 135 - color contains mainly: red. Hex color #873D2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873D2B is #78C2D4. Grayscale: #515151. Windows color (decimal): -7914197 or 2833799. OLE color: 2833799.
HSL color Cylindrical-coordinate representation of color #873D2B: hue angle of 11.74º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #873D2B is Cyan = 0, Magento = 0.55, Yellow = 0.68 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 61 | 43 | - |
| CMYK | 0 | 0.55 | 0.68 | 0.47 |
| HSL | 11.74º | 0.52% | 0.35% | - |
| HSV(B) | 11.74º | 0.68% | 0.53% | - |
| XYZ | 12.1 | 8.66 | 3.32 | - |
| YUV | 81.07 | 106.52 | 166.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 61 | 43 | 0 | 0.55 | 0.68 | 0.47 | 11.74 | 0.52 | 0.35 |
| Hex | 87 | 3D | 2B | 0 | 37 | 44 | 2F | C | 34 | 23 |
| Octal | 207 | 75 | 53 | 0 | 67 | 104 | 57 | 14 | 64 | 43 |
| Binary | 10000111 | 111101 | 101011 | 0 | 110111 | 1000100 | 101111 | 1100 | 110100 | 100011 |
Color Harmonies of #873D2B
Complementary color
Monochromatic Colors of #873D2B
Black with #873D2B
Text Example
Text Example
White with #873D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #873D2B; }
p { color: rgb(135,61,43); }
H1.HeaderClassName
{
color: #873D2B;
}
.AnyTagClassName
{
color: #873D2B;
}
</style>
background-color css
<style>
a { background-color: #873D2B; }
a { background-color: rgb(135,61,43); }
div.DivClassName
{
background-color: #873D2B;
}
.BgClassName
{
background-color: #873D2B;
}
</style>
border-color css
<style>
span { border-color: #873D2B; }
span { border-color: rgb(135,61,43); }
td.TdClassName
{
border-color: #873D2B;
}
.TagClassName
{
border-color: #873D2B;
}
</style>