Shades of Red Robin #7E3F36
Tints of Red Robin #7E3F36
RGB
CMYK
RGB Variations
Color information
#7E3F36 (or 0x7E3F36) is known color: Red Robin. HEX triplet: 7E, 3F and 36. RGB value is (126,63,54). Sum of RGB (Red+Green+Blue) = 126+63+54=243 (32% of max value = 765). Red value is 126 (49.61% from 255 or 51.85% from 243); Green value is 63 (25% from 255 or 25.93% from 243); Blue value is 54 (21.48% from 255 or 22.22% from 243); Max value from RGB is 126 - color contains mainly: red. Hex color #7E3F36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E3F36 is #81C0C9. Grayscale: #505050. Windows color (decimal): -8503498 or 3555198. OLE color: 3555198.
HSL color Cylindrical-coordinate representation of color #7E3F36: hue angle of 7.5º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7E3F36 is Cyan = 0, Magento = 0.50, Yellow = 0.57 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 63 | 54 | - |
| CMYK | 0 | 0.50 | 0.57 | 0.51 |
| HSL | 7.5º | 0.4% | 0.35% | - |
| HSV(B) | 7.5º | 0.57% | 0.49% | - |
| XYZ | 11.05 | 8.26 | 4.5 | - |
| YUV | 80.81 | 112.87 | 160.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 63 | 54 | 0 | 0.50 | 0.57 | 0.51 | 7.5 | 0.4 | 0.35 |
| Hex | 7E | 3F | 36 | 0 | 32 | 39 | 33 | 8 | 28 | 23 |
| Octal | 176 | 77 | 66 | 0 | 62 | 71 | 63 | 10 | 50 | 43 |
| Binary | 1111110 | 111111 | 110110 | 0 | 110010 | 111001 | 110011 | 1000 | 101000 | 100011 |
Color Harmonies of #7E3F36
Complementary color
Monochromatic Colors of #7E3F36
Black with #7E3F36
Text Example
Text Example
White with #7E3F36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E3F36; }
p { color: rgb(126,63,54); }
H1.HeaderClassName
{
color: #7E3F36;
}
.AnyTagClassName
{
color: #7E3F36;
}
</style>
background-color css
<style>
a { background-color: #7E3F36; }
a { background-color: rgb(126,63,54); }
div.DivClassName
{
background-color: #7E3F36;
}
.BgClassName
{
background-color: #7E3F36;
}
</style>
border-color css
<style>
span { border-color: #7E3F36; }
span { border-color: rgb(126,63,54); }
td.TdClassName
{
border-color: #7E3F36;
}
.TagClassName
{
border-color: #7E3F36;
}
</style>