Shades of Fire #863C28
Tints of Fire #863C28
RGB
CMYK
RGB Variations
Color information
#863C28 (or 0x863C28) is known color: Fire. HEX triplet: 86, 3C and 28. RGB value is (134,60,40). Sum of RGB (Red+Green+Blue) = 134+60+40=234 (30% of max value = 765). Red value is 134 (52.73% from 255 or 57.26% from 234); Green value is 60 (23.83% from 255 or 25.64% from 234); Blue value is 40 (16.02% from 255 or 17.09% from 234); Max value from RGB is 134 - color contains mainly: red. Hex color #863C28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863C28 is #79C3D7. Grayscale: #505050. Windows color (decimal): -7979992 or 2636934. OLE color: 2636934.
HSL color Cylindrical-coordinate representation of color #863C28: hue angle of 12.77º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #863C28 is Cyan = 0, Magento = 0.55, Yellow = 0.70 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 60 | 40 | - |
| CMYK | 0 | 0.55 | 0.70 | 0.47 |
| HSL | 12.77º | 0.54% | 0.34% | - |
| HSV(B) | 12.77º | 0.7% | 0.53% | - |
| XYZ | 11.83 | 8.45 | 3.02 | - |
| YUV | 79.85 | 105.52 | 166.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 60 | 40 | 0 | 0.55 | 0.70 | 0.47 | 12.77 | 0.54 | 0.34 |
| Hex | 86 | 3C | 28 | 0 | 37 | 46 | 2F | D | 36 | 22 |
| Octal | 206 | 74 | 50 | 0 | 67 | 106 | 57 | 15 | 66 | 42 |
| Binary | 10000110 | 111100 | 101000 | 0 | 110111 | 1000110 | 101111 | 1101 | 110110 | 100010 |
Color Harmonies of #863C28
Complementary color
Monochromatic Colors of #863C28
Black with #863C28
Text Example
Text Example
White with #863C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863C28; }
p { color: rgb(134,60,40); }
H1.HeaderClassName
{
color: #863C28;
}
.AnyTagClassName
{
color: #863C28;
}
</style>
background-color css
<style>
a { background-color: #863C28; }
a { background-color: rgb(134,60,40); }
div.DivClassName
{
background-color: #863C28;
}
.BgClassName
{
background-color: #863C28;
}
</style>
border-color css
<style>
span { border-color: #863C28; }
span { border-color: rgb(134,60,40); }
td.TdClassName
{
border-color: #863C28;
}
.TagClassName
{
border-color: #863C28;
}
</style>