Shades of Fire #883D27
Tints of Fire #883D27
RGB
CMYK
RGB Variations
Color information
#883D27 (or 0x883D27) is known color: Fire. HEX triplet: 88, 3D and 27. RGB value is (136,61,39). Sum of RGB (Red+Green+Blue) = 136+61+39=236 (31% of max value = 765). Red value is 136 (53.52% from 255 or 57.63% from 236); Green value is 61 (24.22% from 255 or 25.85% from 236); Blue value is 39 (15.62% from 255 or 16.53% from 236); Max value from RGB is 136 - color contains mainly: red. Hex color #883D27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #883D27 is #77C2D8. Grayscale: #515151. Windows color (decimal): -7848665 or 2571656. OLE color: 2571656.
HSL color Cylindrical-coordinate representation of color #883D27: hue angle of 13.61º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #883D27 is Cyan = 0, Magento = 0.55, Yellow = 0.71 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 61 | 39 | - |
| CMYK | 0 | 0.55 | 0.71 | 0.47 |
| HSL | 13.61º | 0.55% | 0.34% | - |
| HSV(B) | 13.61º | 0.71% | 0.53% | - |
| XYZ | 12.19 | 8.72 | 2.96 | - |
| YUV | 80.92 | 104.35 | 167.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 61 | 39 | 0 | 0.55 | 0.71 | 0.47 | 13.61 | 0.55 | 0.34 |
| Hex | 88 | 3D | 27 | 0 | 37 | 47 | 2F | E | 37 | 22 |
| Octal | 210 | 75 | 47 | 0 | 67 | 107 | 57 | 16 | 67 | 42 |
| Binary | 10001000 | 111101 | 100111 | 0 | 110111 | 1000111 | 101111 | 1110 | 110111 | 100010 |
Color Harmonies of #883D27
Complementary color
Monochromatic Colors of #883D27
Black with #883D27
Text Example
Text Example
White with #883D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883D27; }
p { color: rgb(136,61,39); }
H1.HeaderClassName
{
color: #883D27;
}
.AnyTagClassName
{
color: #883D27;
}
</style>
background-color css
<style>
a { background-color: #883D27; }
a { background-color: rgb(136,61,39); }
div.DivClassName
{
background-color: #883D27;
}
.BgClassName
{
background-color: #883D27;
}
</style>
border-color css
<style>
span { border-color: #883D27; }
span { border-color: rgb(136,61,39); }
td.TdClassName
{
border-color: #883D27;
}
.TagClassName
{
border-color: #883D27;
}
</style>