Shades of Red Robin #7E4039
Tints of Red Robin #7E4039
RGB
CMYK
RGB Variations
Color information
#7E4039 (or 0x7E4039) is known color: Red Robin. HEX triplet: 7E, 40 and 39. RGB value is (126,64,57). Sum of RGB (Red+Green+Blue) = 126+64+57=247 (32% of max value = 765). Red value is 126 (49.61% from 255 or 51.01% from 247); Green value is 64 (25.39% from 255 or 25.91% from 247); Blue value is 57 (22.66% from 255 or 23.08% from 247); Max value from RGB is 126 - color contains mainly: red. Hex color #7E4039 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E4039 is #81BFC6. Grayscale: #515151. Windows color (decimal): -8503239 or 3752062. OLE color: 3752062.
HSL color Cylindrical-coordinate representation of color #7E4039: hue angle of 6.09º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7E4039 is Cyan = 0, Magento = 0.49, Yellow = 0.55 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 64 | 57 | - |
| CMYK | 0 | 0.49 | 0.55 | 0.51 |
| HSL | 6.09º | 0.38% | 0.36% | - |
| HSV(B) | 6.09º | 0.55% | 0.49% | - |
| XYZ | 11.18 | 8.4 | 4.9 | - |
| YUV | 81.74 | 114.04 | 159.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 64 | 57 | 0 | 0.49 | 0.55 | 0.51 | 6.09 | 0.38 | 0.36 |
| Hex | 7E | 40 | 39 | 0 | 31 | 37 | 33 | 6 | 26 | 24 |
| Octal | 176 | 100 | 71 | 0 | 61 | 67 | 63 | 6 | 46 | 44 |
| Binary | 1111110 | 1000000 | 111001 | 0 | 110001 | 110111 | 110011 | 110 | 100110 | 100100 |
Color Harmonies of #7E4039
Complementary color
Monochromatic Colors of #7E4039
Black with #7E4039
Text Example
Text Example
White with #7E4039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E4039; }
p { color: rgb(126,64,57); }
H1.HeaderClassName
{
color: #7E4039;
}
.AnyTagClassName
{
color: #7E4039;
}
</style>
background-color css
<style>
a { background-color: #7E4039; }
a { background-color: rgb(126,64,57); }
div.DivClassName
{
background-color: #7E4039;
}
.BgClassName
{
background-color: #7E4039;
}
</style>
border-color css
<style>
span { border-color: #7E4039; }
span { border-color: rgb(126,64,57); }
td.TdClassName
{
border-color: #7E4039;
}
.TagClassName
{
border-color: #7E4039;
}
</style>