Shades of Red Robin #7E403E
Tints of Red Robin #7E403E
RGB
CMYK
RGB Variations
Color information
#7E403E (or 0x7E403E) is known color: Red Robin. HEX triplet: 7E, 40 and 3E. RGB value is (126,64,62). Sum of RGB (Red+Green+Blue) = 126+64+62=252 (33% of max value = 765). Red value is 126 (49.61% from 255 or 50% from 252); Green value is 64 (25.39% from 255 or 25.40% from 252); Blue value is 62 (24.61% from 255 or 24.60% from 252); Max value from RGB is 126 - color contains mainly: red. Hex color #7E403E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E403E is #81BFC1. Grayscale: #525252. Windows color (decimal): -8503234 or 4079742. OLE color: 4079742.
HSL color Cylindrical-coordinate representation of color #7E403E: hue angle of 1.88º degrees, saturation: 0.34, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7E403E is Cyan = 0, Magento = 0.49, Yellow = 0.51 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 64 | 62 | - |
| CMYK | 0 | 0.49 | 0.51 | 0.51 |
| HSL | 1.88º | 0.34% | 0.37% | - |
| HSV(B) | 1.88º | 0.51% | 0.49% | - |
| XYZ | 11.31 | 8.45 | 5.59 | - |
| YUV | 82.31 | 116.54 | 159.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 64 | 62 | 0 | 0.49 | 0.51 | 0.51 | 1.88 | 0.34 | 0.37 |
| Hex | 7E | 40 | 3E | 0 | 31 | 33 | 33 | 2 | 22 | 25 |
| Octal | 176 | 100 | 76 | 0 | 61 | 63 | 63 | 2 | 42 | 45 |
| Binary | 1111110 | 1000000 | 111110 | 0 | 110001 | 110011 | 110011 | 10 | 100010 | 100101 |
Color Harmonies of #7E403E
Complementary color
Monochromatic Colors of #7E403E
Black with #7E403E
Text Example
Text Example
White with #7E403E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E403E; }
p { color: rgb(126,64,62); }
H1.HeaderClassName
{
color: #7E403E;
}
.AnyTagClassName
{
color: #7E403E;
}
</style>
background-color css
<style>
a { background-color: #7E403E; }
a { background-color: rgb(126,64,62); }
div.DivClassName
{
background-color: #7E403E;
}
.BgClassName
{
background-color: #7E403E;
}
</style>
border-color css
<style>
span { border-color: #7E403E; }
span { border-color: rgb(126,64,62); }
td.TdClassName
{
border-color: #7E403E;
}
.TagClassName
{
border-color: #7E403E;
}
</style>