Shades of Red Robin #7E4034
Tints of Red Robin #7E4034
RGB
CMYK
RGB Variations
Color information
#7E4034 (or 0x7E4034) is known color: Red Robin. HEX triplet: 7E, 40 and 34. RGB value is (126,64,52). Sum of RGB (Red+Green+Blue) = 126+64+52=242 (32% of max value = 765). Red value is 126 (49.61% from 255 or 52.07% from 242); Green value is 64 (25.39% from 255 or 26.45% from 242); Blue value is 52 (20.70% from 255 or 21.49% from 242); Max value from RGB is 126 - color contains mainly: red. Hex color #7E4034 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E4034 is #81BFCB. Grayscale: #515151. Windows color (decimal): -8503244 or 3424382. OLE color: 3424382.
HSL color Cylindrical-coordinate representation of color #7E4034: hue angle of 9.73º 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 #7E4034 is Cyan = 0, Magento = 0.49, Yellow = 0.59 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 64 | 52 | - |
| CMYK | 0 | 0.49 | 0.59 | 0.51 |
| HSL | 9.73º | 0.42% | 0.35% | - |
| HSV(B) | 9.73º | 0.59% | 0.49% | - |
| XYZ | 11.06 | 8.35 | 4.28 | - |
| YUV | 81.17 | 111.54 | 159.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 64 | 52 | 0 | 0.49 | 0.59 | 0.51 | 9.73 | 0.42 | 0.35 |
| Hex | 7E | 40 | 34 | 0 | 31 | 3B | 33 | A | 2A | 23 |
| Octal | 176 | 100 | 64 | 0 | 61 | 73 | 63 | 12 | 52 | 43 |
| Binary | 1111110 | 1000000 | 110100 | 0 | 110001 | 111011 | 110011 | 1010 | 101010 | 100011 |
Color Harmonies of #7E4034
Complementary color
Monochromatic Colors of #7E4034
Black with #7E4034
Text Example
Text Example
White with #7E4034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E4034; }
p { color: rgb(126,64,52); }
H1.HeaderClassName
{
color: #7E4034;
}
.AnyTagClassName
{
color: #7E4034;
}
</style>
background-color css
<style>
a { background-color: #7E4034; }
a { background-color: rgb(126,64,52); }
div.DivClassName
{
background-color: #7E4034;
}
.BgClassName
{
background-color: #7E4034;
}
</style>
border-color css
<style>
span { border-color: #7E4034; }
span { border-color: rgb(126,64,52); }
td.TdClassName
{
border-color: #7E4034;
}
.TagClassName
{
border-color: #7E4034;
}
</style>