Shades of Red Robin #824040
Tints of Red Robin #824040
RGB
CMYK
RGB Variations
Color information
#824040 (or 0x824040) is known color: Red Robin. HEX triplet: 82, 40 and 40. RGB value is (130,64,64). Sum of RGB (Red+Green+Blue) = 130+64+64=258 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50.39% from 258); Green value is 64 (25.39% from 255 or 24.81% from 258); Blue value is 64 (25.39% from 255 or 24.81% from 258); Max value from RGB is 130 - color contains mainly: red. Hex color #824040 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824040 is #7DBFBF. Grayscale: #535353. Windows color (decimal): -8241088 or 4210818. OLE color: 4210818.
HSL color Cylindrical-coordinate representation of color #824040: hue angle of 0º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #824040 is Cyan = 0, Magento = 0.51, Yellow = 0.51 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 64 | 64 | - |
| CMYK | 0 | 0.51 | 0.51 | 0.49 |
| HSL | 0º | 0.34% | 0.38% | - |
| HSV(B) | 0º | 0.51% | 0.51% | - |
| XYZ | 11.96 | 8.78 | 5.92 | - |
| YUV | 83.73 | 116.87 | 161 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 64 | 64 | 0 | 0.51 | 0.51 | 0.49 | 0 | 0.34 | 0.38 |
| Hex | 82 | 40 | 40 | 0 | 33 | 33 | 31 | 0 | 22 | 26 |
| Octal | 202 | 100 | 100 | 0 | 63 | 63 | 61 | 0 | 42 | 46 |
| Binary | 10000010 | 1000000 | 1000000 | 0 | 110011 | 110011 | 110001 | 0 | 100010 | 100110 |
Color Harmonies of #824040
Complementary color
Monochromatic Colors of #824040
Black with #824040
Text Example
Text Example
White with #824040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824040; }
p { color: rgb(130,64,64); }
H1.HeaderClassName
{
color: #824040;
}
.AnyTagClassName
{
color: #824040;
}
</style>
background-color css
<style>
a { background-color: #824040; }
a { background-color: rgb(130,64,64); }
div.DivClassName
{
background-color: #824040;
}
.BgClassName
{
background-color: #824040;
}
</style>
border-color css
<style>
span { border-color: #824040; }
span { border-color: rgb(130,64,64); }
td.TdClassName
{
border-color: #824040;
}
.TagClassName
{
border-color: #824040;
}
</style>