Shades of Fire #833C28
Tints of Fire #833C28
RGB
CMYK
RGB Variations
Color information
#833C28 (or 0x833C28) is known color: Fire. HEX triplet: 83, 3C and 28. RGB value is (131,60,40). Sum of RGB (Red+Green+Blue) = 131+60+40=231 (30% of max value = 765). Red value is 131 (51.56% from 255 or 56.71% from 231); Green value is 60 (23.83% from 255 or 25.97% from 231); Blue value is 40 (16.02% from 255 or 17.32% from 231); Max value from RGB is 131 - color contains mainly: red. Hex color #833C28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #833C28 is #7CC3D7. Grayscale: #4F4F4F. Windows color (decimal): -8176600 or 2636931. OLE color: 2636931.
HSL color Cylindrical-coordinate representation of color #833C28: hue angle of 13.19º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #833C28 is Cyan = 0, Magento = 0.54, Yellow = 0.69 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 60 | 40 | - |
| CMYK | 0 | 0.54 | 0.69 | 0.49 |
| HSL | 13.19º | 0.53% | 0.34% | - |
| HSV(B) | 13.19º | 0.69% | 0.51% | - |
| XYZ | 11.36 | 8.21 | 2.99 | - |
| YUV | 78.95 | 106.02 | 165.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 60 | 40 | 0 | 0.54 | 0.69 | 0.49 | 13.19 | 0.53 | 0.34 |
| Hex | 83 | 3C | 28 | 0 | 36 | 45 | 31 | D | 35 | 22 |
| Octal | 203 | 74 | 50 | 0 | 66 | 105 | 61 | 15 | 65 | 42 |
| Binary | 10000011 | 111100 | 101000 | 0 | 110110 | 1000101 | 110001 | 1101 | 110101 | 100010 |
Color Harmonies of #833C28
Complementary color
Monochromatic Colors of #833C28
Black with #833C28
Text Example
Text Example
White with #833C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833C28; }
p { color: rgb(131,60,40); }
H1.HeaderClassName
{
color: #833C28;
}
.AnyTagClassName
{
color: #833C28;
}
</style>
background-color css
<style>
a { background-color: #833C28; }
a { background-color: rgb(131,60,40); }
div.DivClassName
{
background-color: #833C28;
}
.BgClassName
{
background-color: #833C28;
}
</style>
border-color css
<style>
span { border-color: #833C28; }
span { border-color: rgb(131,60,40); }
td.TdClassName
{
border-color: #833C28;
}
.TagClassName
{
border-color: #833C28;
}
</style>