Shades of Red Robin #7C413B
Tints of Red Robin #7C413B
RGB
CMYK
RGB Variations
Color information
#7C413B (or 0x7C413B) is known color: Red Robin. HEX triplet: 7C, 41 and 3B. RGB value is (124,65,59). Sum of RGB (Red+Green+Blue) = 124+65+59=248 (32% of max value = 765). Red value is 124 (48.83% from 255 or 50% from 248); Green value is 65 (25.78% from 255 or 26.21% from 248); Blue value is 59 (23.44% from 255 or 23.79% from 248); Max value from RGB is 124 - color contains mainly: red. Hex color #7C413B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C413B is #83BEC4. Grayscale: #525252. Windows color (decimal): -8634053 or 3883388. OLE color: 3883388.
HSL color Cylindrical-coordinate representation of color #7C413B: hue angle of 5.54º degrees, saturation: 0.36, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7C413B is Cyan = 0, Magento = 0.48, Yellow = 0.52 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 65 | 59 | - |
| CMYK | 0 | 0.48 | 0.52 | 0.51 |
| HSL | 5.54º | 0.36% | 0.36% | - |
| HSV(B) | 5.54º | 0.52% | 0.49% | - |
| XYZ | 10.99 | 8.38 | 5.18 | - |
| YUV | 81.96 | 115.05 | 157.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 65 | 59 | 0 | 0.48 | 0.52 | 0.51 | 5.54 | 0.36 | 0.36 |
| Hex | 7C | 41 | 3B | 0 | 30 | 34 | 33 | 6 | 24 | 24 |
| Octal | 174 | 101 | 73 | 0 | 60 | 64 | 63 | 6 | 44 | 44 |
| Binary | 1111100 | 1000001 | 111011 | 0 | 110000 | 110100 | 110011 | 110 | 100100 | 100100 |
Color Harmonies of #7C413B
Complementary color
Monochromatic Colors of #7C413B
Black with #7C413B
Text Example
Text Example
White with #7C413B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C413B; }
p { color: rgb(124,65,59); }
H1.HeaderClassName
{
color: #7C413B;
}
.AnyTagClassName
{
color: #7C413B;
}
</style>
background-color css
<style>
a { background-color: #7C413B; }
a { background-color: rgb(124,65,59); }
div.DivClassName
{
background-color: #7C413B;
}
.BgClassName
{
background-color: #7C413B;
}
</style>
border-color css
<style>
span { border-color: #7C413B; }
span { border-color: rgb(124,65,59); }
td.TdClassName
{
border-color: #7C413B;
}
.TagClassName
{
border-color: #7C413B;
}
</style>