Shades of Red Robin #7E3E31
Tints of Red Robin #7E3E31
RGB
CMYK
RGB Variations
Color information
#7E3E31 (or 0x7E3E31) is known color: Red Robin. HEX triplet: 7E, 3E and 31. RGB value is (126,62,49). Sum of RGB (Red+Green+Blue) = 126+62+49=237 (31% of max value = 765). Red value is 126 (49.61% from 255 or 53.16% from 237); Green value is 62 (24.61% from 255 or 26.16% from 237); Blue value is 49 (19.53% from 255 or 20.68% from 237); Max value from RGB is 126 - color contains mainly: red. Hex color #7E3E31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E3E31 is #81C1CE. Grayscale: #4F4F4F. Windows color (decimal): -8503759 or 3227262. OLE color: 3227262.
HSL color Cylindrical-coordinate representation of color #7E3E31: hue angle of 10.13º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7E3E31 is Cyan = 0, Magento = 0.51, Yellow = 0.61 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 62 | 49 | - |
| CMYK | 0 | 0.51 | 0.61 | 0.51 |
| HSL | 10.13º | 0.44% | 0.34% | - |
| HSV(B) | 10.13º | 0.61% | 0.49% | - |
| XYZ | 10.88 | 8.1 | 3.9 | - |
| YUV | 79.65 | 110.7 | 161.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 62 | 49 | 0 | 0.51 | 0.61 | 0.51 | 10.13 | 0.44 | 0.34 |
| Hex | 7E | 3E | 31 | 0 | 33 | 3D | 33 | A | 2C | 22 |
| Octal | 176 | 76 | 61 | 0 | 63 | 75 | 63 | 12 | 54 | 42 |
| Binary | 1111110 | 111110 | 110001 | 0 | 110011 | 111101 | 110011 | 1010 | 101100 | 100010 |
Color Harmonies of #7E3E31
Complementary color
Monochromatic Colors of #7E3E31
Black with #7E3E31
Text Example
Text Example
White with #7E3E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E3E31; }
p { color: rgb(126,62,49); }
H1.HeaderClassName
{
color: #7E3E31;
}
.AnyTagClassName
{
color: #7E3E31;
}
</style>
background-color css
<style>
a { background-color: #7E3E31; }
a { background-color: rgb(126,62,49); }
div.DivClassName
{
background-color: #7E3E31;
}
.BgClassName
{
background-color: #7E3E31;
}
</style>
border-color css
<style>
span { border-color: #7E3E31; }
span { border-color: rgb(126,62,49); }
td.TdClassName
{
border-color: #7E3E31;
}
.TagClassName
{
border-color: #7E3E31;
}
</style>