Shades of Fire #833D25
Tints of Fire #833D25
RGB
CMYK
RGB Variations
Color information
#833D25 (or 0x833D25) is known color: Fire. HEX triplet: 83, 3D and 25. RGB value is (131,61,37). Sum of RGB (Red+Green+Blue) = 131+61+37=229 (30% of max value = 765). Red value is 131 (51.56% from 255 or 57.21% from 229); Green value is 61 (24.22% from 255 or 26.64% from 229); Blue value is 37 (14.84% from 255 or 16.16% from 229); Max value from RGB is 131 - color contains mainly: red. Hex color #833D25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #833D25 is #7CC2DA. Grayscale: #4F4F4F. Windows color (decimal): -8176347 or 2440579. OLE color: 2440579.
HSL color Cylindrical-coordinate representation of color #833D25: hue angle of 15.32º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #833D25 is Cyan = 0, Magento = 0.53, Yellow = 0.72 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 61 | 37 | - |
| CMYK | 0 | 0.53 | 0.72 | 0.49 |
| HSL | 15.32º | 0.56% | 0.33% | - |
| HSV(B) | 15.32º | 0.72% | 0.51% | - |
| XYZ | 11.36 | 8.3 | 2.75 | - |
| YUV | 79.19 | 104.19 | 164.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 61 | 37 | 0 | 0.53 | 0.72 | 0.49 | 15.32 | 0.56 | 0.33 |
| Hex | 83 | 3D | 25 | 0 | 35 | 48 | 31 | F | 38 | 21 |
| Octal | 203 | 75 | 45 | 0 | 65 | 110 | 61 | 17 | 70 | 41 |
| Binary | 10000011 | 111101 | 100101 | 0 | 110101 | 1001000 | 110001 | 1111 | 111000 | 100001 |
Color Harmonies of #833D25
Complementary color
Monochromatic Colors of #833D25
Black with #833D25
Text Example
Text Example
White with #833D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833D25; }
p { color: rgb(131,61,37); }
H1.HeaderClassName
{
color: #833D25;
}
.AnyTagClassName
{
color: #833D25;
}
</style>
background-color css
<style>
a { background-color: #833D25; }
a { background-color: rgb(131,61,37); }
div.DivClassName
{
background-color: #833D25;
}
.BgClassName
{
background-color: #833D25;
}
</style>
border-color css
<style>
span { border-color: #833D25; }
span { border-color: rgb(131,61,37); }
td.TdClassName
{
border-color: #833D25;
}
.TagClassName
{
border-color: #833D25;
}
</style>