Shades of Fire #883F21
Tints of Fire #883F21
RGB
CMYK
RGB Variations
Color information
#883F21 (or 0x883F21) is known color: Fire. HEX triplet: 88, 3F and 21. RGB value is (136,63,33). Sum of RGB (Red+Green+Blue) = 136+63+33=232 (30% of max value = 765). Red value is 136 (53.52% from 255 or 58.62% from 232); Green value is 63 (25% from 255 or 27.16% from 232); Blue value is 33 (13.28% from 255 or 14.22% from 232); Max value from RGB is 136 - color contains mainly: red. Hex color #883F21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #883F21 is #77C0DE. Grayscale: #515151. Windows color (decimal): -7848159 or 2178952. OLE color: 2178952.
HSL color Cylindrical-coordinate representation of color #883F21: hue angle of 17.48º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #883F21 is Cyan = 0, Magento = 0.54, Yellow = 0.76 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 63 | 33 | - |
| CMYK | 0 | 0.54 | 0.76 | 0.47 |
| HSL | 17.48º | 0.61% | 0.33% | - |
| HSV(B) | 17.48º | 0.76% | 0.53% | - |
| XYZ | 12.21 | 8.9 | 2.51 | - |
| YUV | 81.41 | 100.68 | 166.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 63 | 33 | 0 | 0.54 | 0.76 | 0.47 | 17.48 | 0.61 | 0.33 |
| Hex | 88 | 3F | 21 | 0 | 36 | 4C | 2F | 11 | 3D | 21 |
| Octal | 210 | 77 | 41 | 0 | 66 | 114 | 57 | 21 | 75 | 41 |
| Binary | 10001000 | 111111 | 100001 | 0 | 110110 | 1001100 | 101111 | 10001 | 111101 | 100001 |
Color Harmonies of #883F21
Complementary color
Monochromatic Colors of #883F21
Black with #883F21
Text Example
Text Example
White with #883F21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883F21; }
p { color: rgb(136,63,33); }
H1.HeaderClassName
{
color: #883F21;
}
.AnyTagClassName
{
color: #883F21;
}
</style>
background-color css
<style>
a { background-color: #883F21; }
a { background-color: rgb(136,63,33); }
div.DivClassName
{
background-color: #883F21;
}
.BgClassName
{
background-color: #883F21;
}
</style>
border-color css
<style>
span { border-color: #883F21; }
span { border-color: rgb(136,63,33); }
td.TdClassName
{
border-color: #883F21;
}
.TagClassName
{
border-color: #883F21;
}
</style>