Shades of Red Robin #7C3E3B
Tints of Red Robin #7C3E3B
RGB
CMYK
RGB Variations
Color information
#7C3E3B (or 0x7C3E3B) is known color: Red Robin. HEX triplet: 7C, 3E and 3B. RGB value is (124,62,59). Sum of RGB (Red+Green+Blue) = 124+62+59=245 (32% of max value = 765). Red value is 124 (48.83% from 255 or 50.61% from 245); Green value is 62 (24.61% from 255 or 25.31% from 245); Blue value is 59 (23.44% from 255 or 24.08% from 245); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3E3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C3E3B is #83C1C4. Grayscale: #505050. Windows color (decimal): -8634821 or 3882620. OLE color: 3882620.
HSL color Cylindrical-coordinate representation of color #7C3E3B: hue angle of 2.77º 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 #7C3E3B is Cyan = 0, Magento = 0.5, Yellow = 0.52 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 62 | 59 | - |
| CMYK | 0 | 0.5 | 0.52 | 0.51 |
| HSL | 2.77º | 0.36% | 0.36% | - |
| HSV(B) | 2.77º | 0.52% | 0.49% | - |
| XYZ | 10.82 | 8.05 | 5.12 | - |
| YUV | 80.2 | 116.04 | 159.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 62 | 59 | 0 | 0.5 | 0.52 | 0.51 | 2.77 | 0.36 | 0.36 |
| Hex | 7C | 3E | 3B | 0 | 32 | 34 | 33 | 3 | 24 | 24 |
| Octal | 174 | 76 | 73 | 0 | 62 | 64 | 63 | 3 | 44 | 44 |
| Binary | 1111100 | 111110 | 111011 | 0 | 110010 | 110100 | 110011 | 11 | 100100 | 100100 |
Color Harmonies of #7C3E3B
Complementary color
Monochromatic Colors of #7C3E3B
Black with #7C3E3B
Text Example
Text Example
White with #7C3E3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C3E3B; }
p { color: rgb(124,62,59); }
H1.HeaderClassName
{
color: #7C3E3B;
}
.AnyTagClassName
{
color: #7C3E3B;
}
</style>
background-color css
<style>
a { background-color: #7C3E3B; }
a { background-color: rgb(124,62,59); }
div.DivClassName
{
background-color: #7C3E3B;
}
.BgClassName
{
background-color: #7C3E3B;
}
</style>
border-color css
<style>
span { border-color: #7C3E3B; }
span { border-color: rgb(124,62,59); }
td.TdClassName
{
border-color: #7C3E3B;
}
.TagClassName
{
border-color: #7C3E3B;
}
</style>