Shades of Red Robin #7E3A34
Tints of Red Robin #7E3A34
RGB
CMYK
RGB Variations
Color information
#7E3A34 (or 0x7E3A34) is known color: Red Robin. HEX triplet: 7E, 3A and 34. RGB value is (126,58,52). Sum of RGB (Red+Green+Blue) = 126+58+52=236 (31% of max value = 765). Red value is 126 (49.61% from 255 or 53.39% from 236); Green value is 58 (23.05% from 255 or 24.58% from 236); Blue value is 52 (20.70% from 255 or 22.03% from 236); Max value from RGB is 126 - color contains mainly: red. Hex color #7E3A34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E3A34 is #81C5CB. Grayscale: #4D4D4D. Windows color (decimal): -8504780 or 3422846. OLE color: 3422846.
HSL color Cylindrical-coordinate representation of color #7E3A34: hue angle of 4.86º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7E3A34 is Cyan = 0, Magento = 0.54, Yellow = 0.59 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 58 | 52 | - |
| CMYK | 0 | 0.54 | 0.59 | 0.51 |
| HSL | 4.86º | 0.42% | 0.35% | - |
| HSV(B) | 4.86º | 0.59% | 0.49% | - |
| XYZ | 10.74 | 7.71 | 4.17 | - |
| YUV | 77.65 | 113.53 | 162.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 58 | 52 | 0 | 0.54 | 0.59 | 0.51 | 4.86 | 0.42 | 0.35 |
| Hex | 7E | 3A | 34 | 0 | 36 | 3B | 33 | 5 | 2A | 23 |
| Octal | 176 | 72 | 64 | 0 | 66 | 73 | 63 | 5 | 52 | 43 |
| Binary | 1111110 | 111010 | 110100 | 0 | 110110 | 111011 | 110011 | 101 | 101010 | 100011 |
Color Harmonies of #7E3A34
Complementary color
Monochromatic Colors of #7E3A34
Black with #7E3A34
Text Example
Text Example
White with #7E3A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E3A34; }
p { color: rgb(126,58,52); }
H1.HeaderClassName
{
color: #7E3A34;
}
.AnyTagClassName
{
color: #7E3A34;
}
</style>
background-color css
<style>
a { background-color: #7E3A34; }
a { background-color: rgb(126,58,52); }
div.DivClassName
{
background-color: #7E3A34;
}
.BgClassName
{
background-color: #7E3A34;
}
</style>
border-color css
<style>
span { border-color: #7E3A34; }
span { border-color: rgb(126,58,52); }
td.TdClassName
{
border-color: #7E3A34;
}
.TagClassName
{
border-color: #7E3A34;
}
</style>