Shades of Red Robin #7E3E35
Tints of Red Robin #7E3E35
RGB
CMYK
RGB Variations
Color information
#7E3E35 (or 0x7E3E35) is known color: Red Robin. HEX triplet: 7E, 3E and 35. RGB value is (126,62,53). Sum of RGB (Red+Green+Blue) = 126+62+53=241 (31% of max value = 765). Red value is 126 (49.61% from 255 or 52.28% from 241); Green value is 62 (24.61% from 255 or 25.73% from 241); Blue value is 53 (21.09% from 255 or 21.99% from 241); Max value from RGB is 126 - color contains mainly: red. Hex color #7E3E35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E3E35 is #81C1CA. Grayscale: #505050. Windows color (decimal): -8503755 or 3489406. OLE color: 3489406.
HSL color Cylindrical-coordinate representation of color #7E3E35: hue angle of 7.4º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7E3E35 is Cyan = 0, Magento = 0.51, Yellow = 0.58 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 62 | 53 | - |
| CMYK | 0 | 0.51 | 0.58 | 0.51 |
| HSL | 7.4º | 0.41% | 0.35% | - |
| HSV(B) | 7.4º | 0.58% | 0.49% | - |
| XYZ | 10.97 | 8.14 | 4.36 | - |
| YUV | 80.11 | 112.7 | 160.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 62 | 53 | 0 | 0.51 | 0.58 | 0.51 | 7.4 | 0.41 | 0.35 |
| Hex | 7E | 3E | 35 | 0 | 33 | 3A | 33 | 7 | 29 | 23 |
| Octal | 176 | 76 | 65 | 0 | 63 | 72 | 63 | 7 | 51 | 43 |
| Binary | 1111110 | 111110 | 110101 | 0 | 110011 | 111010 | 110011 | 111 | 101001 | 100011 |
Color Harmonies of #7E3E35
Complementary color
Monochromatic Colors of #7E3E35
Black with #7E3E35
Text Example
Text Example
White with #7E3E35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E3E35; }
p { color: rgb(126,62,53); }
H1.HeaderClassName
{
color: #7E3E35;
}
.AnyTagClassName
{
color: #7E3E35;
}
</style>
background-color css
<style>
a { background-color: #7E3E35; }
a { background-color: rgb(126,62,53); }
div.DivClassName
{
background-color: #7E3E35;
}
.BgClassName
{
background-color: #7E3E35;
}
</style>
border-color css
<style>
span { border-color: #7E3E35; }
span { border-color: rgb(126,62,53); }
td.TdClassName
{
border-color: #7E3E35;
}
.TagClassName
{
border-color: #7E3E35;
}
</style>