Shades of Flame Red #832830
Tints of Flame Red #832830
RGB
CMYK
RGB Variations
Color information
#832830 (or 0x832830) is known color: Flame Red. HEX triplet: 83, 28 and 30. RGB value is (131,40,48). Sum of RGB (Red+Green+Blue) = 131+40+48=219 (29% of max value = 765). Red value is 131 (51.56% from 255 or 59.82% from 219); Green value is 40 (16.02% from 255 or 18.26% from 219); Blue value is 48 (19.14% from 255 or 21.92% from 219); Max value from RGB is 131 - color contains mainly: red. Hex color #832830 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #832830 is #7CD7CF. Grayscale: #444444. Windows color (decimal): -8181712 or 3156099. OLE color: 3156099.
HSL color Cylindrical-coordinate representation of color #832830: hue angle of 354.73º 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 #832830 is Cyan = 0, Magento = 0.69, Yellow = 0.63 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 40 | 48 | - |
| CMYK | 0 | 0.69 | 0.63 | 0.49 |
| HSL | 354.73º | 0.53% | 0.34% | - |
| HSV(B) | 354.73º | 0.69% | 0.51% | - |
| XYZ | 10.65 | 6.56 | 3.5 | - |
| YUV | 68.12 | 116.65 | 172.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 40 | 48 | 0 | 0.69 | 0.63 | 0.49 | 354.73 | 0.53 | 0.34 |
| Hex | 83 | 28 | 30 | 0 | 45 | 3F | 31 | 163 | 35 | 22 |
| Octal | 203 | 50 | 60 | 0 | 105 | 77 | 61 | 543 | 65 | 42 |
| Binary | 10000011 | 101000 | 110000 | 0 | 1000101 | 111111 | 110001 | 101100011 | 110101 | 100010 |
Color Harmonies of #832830
Complementary color
Monochromatic Colors of #832830
Black with #832830
Text Example
Text Example
White with #832830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #832830; }
p { color: rgb(131,40,48); }
H1.HeaderClassName
{
color: #832830;
}
.AnyTagClassName
{
color: #832830;
}
</style>
background-color css
<style>
a { background-color: #832830; }
a { background-color: rgb(131,40,48); }
div.DivClassName
{
background-color: #832830;
}
.BgClassName
{
background-color: #832830;
}
</style>
border-color css
<style>
span { border-color: #832830; }
span { border-color: rgb(131,40,48); }
td.TdClassName
{
border-color: #832830;
}
.TagClassName
{
border-color: #832830;
}
</style>