Shades of Fire #883F2B
Tints of Fire #883F2B
RGB
CMYK
RGB Variations
Color information
#883F2B (or 0x883F2B) is known color: Fire. HEX triplet: 88, 3F and 2B. RGB value is (136,63,43). Sum of RGB (Red+Green+Blue) = 136+63+43=242 (32% of max value = 765). Red value is 136 (53.52% from 255 or 56.20% from 242); Green value is 63 (25% from 255 or 26.03% from 242); Blue value is 43 (17.19% from 255 or 17.77% from 242); Max value from RGB is 136 - color contains mainly: red. Hex color #883F2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #883F2B is #77C0D4. Grayscale: #525252. Windows color (decimal): -7848149 or 2834312. OLE color: 2834312.
HSL color Cylindrical-coordinate representation of color #883F2B: hue angle of 12.9º 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 #883F2B is Cyan = 0, Magento = 0.54, Yellow = 0.68 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 63 | 43 | - |
| CMYK | 0 | 0.54 | 0.68 | 0.47 |
| HSL | 12.9º | 0.52% | 0.35% | - |
| HSV(B) | 12.9º | 0.68% | 0.53% | - |
| XYZ | 12.37 | 8.96 | 3.36 | - |
| YUV | 82.55 | 105.68 | 166.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 63 | 43 | 0 | 0.54 | 0.68 | 0.47 | 12.9 | 0.52 | 0.35 |
| Hex | 88 | 3F | 2B | 0 | 36 | 44 | 2F | D | 34 | 23 |
| Octal | 210 | 77 | 53 | 0 | 66 | 104 | 57 | 15 | 64 | 43 |
| Binary | 10001000 | 111111 | 101011 | 0 | 110110 | 1000100 | 101111 | 1101 | 110100 | 100011 |
Color Harmonies of #883F2B
Complementary color
Monochromatic Colors of #883F2B
Black with #883F2B
Text Example
Text Example
White with #883F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883F2B; }
p { color: rgb(136,63,43); }
H1.HeaderClassName
{
color: #883F2B;
}
.AnyTagClassName
{
color: #883F2B;
}
</style>
background-color css
<style>
a { background-color: #883F2B; }
a { background-color: rgb(136,63,43); }
div.DivClassName
{
background-color: #883F2B;
}
.BgClassName
{
background-color: #883F2B;
}
</style>
border-color css
<style>
span { border-color: #883F2B; }
span { border-color: rgb(136,63,43); }
td.TdClassName
{
border-color: #883F2B;
}
.TagClassName
{
border-color: #883F2B;
}
</style>