Shades of Red Robin #7C3F3B
Tints of Red Robin #7C3F3B
RGB
CMYK
RGB Variations
Color information
#7C3F3B (or 0x7C3F3B) is known color: Red Robin. HEX triplet: 7C, 3F and 3B. RGB value is (124,63,59). Sum of RGB (Red+Green+Blue) = 124+63+59=246 (32% of max value = 765). Red value is 124 (48.83% from 255 or 50.41% from 246); Green value is 63 (25% from 255 or 25.61% from 246); Blue value is 59 (23.44% from 255 or 23.98% from 246); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3F3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C3F3B is #83C0C4. Grayscale: #505050. Windows color (decimal): -8634565 or 3882876. OLE color: 3882876.
HSL color Cylindrical-coordinate representation of color #7C3F3B: hue angle of 3.69º 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 #7C3F3B is Cyan = 0, Magento = 0.49, Yellow = 0.52 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 63 | 59 | - |
| CMYK | 0 | 0.49 | 0.52 | 0.51 |
| HSL | 3.69º | 0.36% | 0.36% | - |
| HSV(B) | 3.69º | 0.52% | 0.49% | - |
| XYZ | 10.88 | 8.16 | 5.14 | - |
| YUV | 80.78 | 115.71 | 158.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 63 | 59 | 0 | 0.49 | 0.52 | 0.51 | 3.69 | 0.36 | 0.36 |
| Hex | 7C | 3F | 3B | 0 | 31 | 34 | 33 | 4 | 24 | 24 |
| Octal | 174 | 77 | 73 | 0 | 61 | 64 | 63 | 4 | 44 | 44 |
| Binary | 1111100 | 111111 | 111011 | 0 | 110001 | 110100 | 110011 | 100 | 100100 | 100100 |
Color Harmonies of #7C3F3B
Complementary color
Monochromatic Colors of #7C3F3B
Black with #7C3F3B
Text Example
Text Example
White with #7C3F3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C3F3B; }
p { color: rgb(124,63,59); }
H1.HeaderClassName
{
color: #7C3F3B;
}
.AnyTagClassName
{
color: #7C3F3B;
}
</style>
background-color css
<style>
a { background-color: #7C3F3B; }
a { background-color: rgb(124,63,59); }
div.DivClassName
{
background-color: #7C3F3B;
}
.BgClassName
{
background-color: #7C3F3B;
}
</style>
border-color css
<style>
span { border-color: #7C3F3B; }
span { border-color: rgb(124,63,59); }
td.TdClassName
{
border-color: #7C3F3B;
}
.TagClassName
{
border-color: #7C3F3B;
}
</style>