Shades of Fire #863C25
Tints of Fire #863C25
RGB
CMYK
RGB Variations
Color information
#863C25 (or 0x863C25) is known color: Fire. HEX triplet: 86, 3C and 25. RGB value is (134,60,37). Sum of RGB (Red+Green+Blue) = 134+60+37=231 (30% of max value = 765). Red value is 134 (52.73% from 255 or 58.01% from 231); Green value is 60 (23.83% from 255 or 25.97% from 231); Blue value is 37 (14.84% from 255 or 16.02% from 231); Max value from RGB is 134 - color contains mainly: red. Hex color #863C25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863C25 is #79C3DA. Grayscale: #4F4F4F. Windows color (decimal): -7979995 or 2440326. OLE color: 2440326.
HSL color Cylindrical-coordinate representation of color #863C25: hue angle of 14.23º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #863C25 is Cyan = 0, Magento = 0.55, Yellow = 0.72 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 60 | 37 | - |
| CMYK | 0 | 0.55 | 0.72 | 0.47 |
| HSL | 14.23º | 0.57% | 0.34% | - |
| HSV(B) | 14.23º | 0.72% | 0.53% | - |
| XYZ | 11.78 | 8.43 | 2.76 | - |
| YUV | 79.5 | 104.02 | 166.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 60 | 37 | 0 | 0.55 | 0.72 | 0.47 | 14.23 | 0.57 | 0.34 |
| Hex | 86 | 3C | 25 | 0 | 37 | 48 | 2F | E | 39 | 22 |
| Octal | 206 | 74 | 45 | 0 | 67 | 110 | 57 | 16 | 71 | 42 |
| Binary | 10000110 | 111100 | 100101 | 0 | 110111 | 1001000 | 101111 | 1110 | 111001 | 100010 |
Color Harmonies of #863C25
Complementary color
Monochromatic Colors of #863C25
Black with #863C25
Text Example
Text Example
White with #863C25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863C25; }
p { color: rgb(134,60,37); }
H1.HeaderClassName
{
color: #863C25;
}
.AnyTagClassName
{
color: #863C25;
}
</style>
background-color css
<style>
a { background-color: #863C25; }
a { background-color: rgb(134,60,37); }
div.DivClassName
{
background-color: #863C25;
}
.BgClassName
{
background-color: #863C25;
}
</style>
border-color css
<style>
span { border-color: #863C25; }
span { border-color: rgb(134,60,37); }
td.TdClassName
{
border-color: #863C25;
}
.TagClassName
{
border-color: #863C25;
}
</style>