Shades of Fire #823C26
Tints of Fire #823C26
RGB
CMYK
RGB Variations
Color information
#823C26 (or 0x823C26) is known color: Fire. HEX triplet: 82, 3C and 26. RGB value is (130,60,38). Sum of RGB (Red+Green+Blue) = 130+60+38=228 (30% of max value = 765). Red value is 130 (51.17% from 255 or 57.02% from 228); Green value is 60 (23.83% from 255 or 26.32% from 228); Blue value is 38 (15.23% from 255 or 16.67% from 228); Max value from RGB is 130 - color contains mainly: red. Hex color #823C26 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #823C26 is #7DC3D9. Grayscale: #4E4E4E. Windows color (decimal): -8242138 or 2505858. OLE color: 2505858.
HSL color Cylindrical-coordinate representation of color #823C26: hue angle of 14.35º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #823C26 is Cyan = 0, Magento = 0.54, Yellow = 0.71 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 60 | 38 | - |
| CMYK | 0 | 0.54 | 0.71 | 0.49 |
| HSL | 14.35º | 0.55% | 0.33% | - |
| HSV(B) | 14.35º | 0.71% | 0.51% | - |
| XYZ | 11.17 | 8.12 | 2.81 | - |
| YUV | 78.42 | 105.19 | 164.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 60 | 38 | 0 | 0.54 | 0.71 | 0.49 | 14.35 | 0.55 | 0.33 |
| Hex | 82 | 3C | 26 | 0 | 36 | 47 | 31 | E | 37 | 21 |
| Octal | 202 | 74 | 46 | 0 | 66 | 107 | 61 | 16 | 67 | 41 |
| Binary | 10000010 | 111100 | 100110 | 0 | 110110 | 1000111 | 110001 | 1110 | 110111 | 100001 |
Color Harmonies of #823C26
Complementary color
Monochromatic Colors of #823C26
Black with #823C26
Text Example
Text Example
White with #823C26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #823C26; }
p { color: rgb(130,60,38); }
H1.HeaderClassName
{
color: #823C26;
}
.AnyTagClassName
{
color: #823C26;
}
</style>
background-color css
<style>
a { background-color: #823C26; }
a { background-color: rgb(130,60,38); }
div.DivClassName
{
background-color: #823C26;
}
.BgClassName
{
background-color: #823C26;
}
</style>
border-color css
<style>
span { border-color: #823C26; }
span { border-color: rgb(130,60,38); }
td.TdClassName
{
border-color: #823C26;
}
.TagClassName
{
border-color: #823C26;
}
</style>