Shades of Red Robin #7C4139
Tints of Red Robin #7C4139
RGB
CMYK
RGB Variations
Color information
#7C4139 (or 0x7C4139) is known color: Red Robin. HEX triplet: 7C, 41 and 39. RGB value is (124,65,57). Sum of RGB (Red+Green+Blue) = 124+65+57=246 (32% of max value = 765). Red value is 124 (48.83% from 255 or 50.41% from 246); Green value is 65 (25.78% from 255 or 26.42% from 246); Blue value is 57 (22.66% from 255 or 23.17% from 246); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4139 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C4139 is #83BEC6. Grayscale: #515151. Windows color (decimal): -8634055 or 3752316. OLE color: 3752316.
HSL color Cylindrical-coordinate representation of color #7C4139: hue angle of 7.16º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7C4139 is Cyan = 0, Magento = 0.48, Yellow = 0.54 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 65 | 57 | - |
| CMYK | 0 | 0.48 | 0.54 | 0.51 |
| HSL | 7.16º | 0.37% | 0.35% | - |
| HSV(B) | 7.16º | 0.54% | 0.49% | - |
| XYZ | 10.94 | 8.36 | 4.91 | - |
| YUV | 81.73 | 114.05 | 158.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 65 | 57 | 0 | 0.48 | 0.54 | 0.51 | 7.16 | 0.37 | 0.35 |
| Hex | 7C | 41 | 39 | 0 | 30 | 36 | 33 | 7 | 25 | 23 |
| Octal | 174 | 101 | 71 | 0 | 60 | 66 | 63 | 7 | 45 | 43 |
| Binary | 1111100 | 1000001 | 111001 | 0 | 110000 | 110110 | 110011 | 111 | 100101 | 100011 |
Color Harmonies of #7C4139
Complementary color
Monochromatic Colors of #7C4139
Black with #7C4139
Text Example
Text Example
White with #7C4139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C4139; }
p { color: rgb(124,65,57); }
H1.HeaderClassName
{
color: #7C4139;
}
.AnyTagClassName
{
color: #7C4139;
}
</style>
background-color css
<style>
a { background-color: #7C4139; }
a { background-color: rgb(124,65,57); }
div.DivClassName
{
background-color: #7C4139;
}
.BgClassName
{
background-color: #7C4139;
}
</style>
border-color css
<style>
span { border-color: #7C4139; }
span { border-color: rgb(124,65,57); }
td.TdClassName
{
border-color: #7C4139;
}
.TagClassName
{
border-color: #7C4139;
}
</style>