Shades of Red Robin #7F403B
Tints of Red Robin #7F403B
RGB
CMYK
RGB Variations
Color information
#7F403B (or 0x7F403B) is known color: Red Robin. HEX triplet: 7F, 40 and 3B. RGB value is (127,64,59). Sum of RGB (Red+Green+Blue) = 127+64+59=250 (33% of max value = 765). Red value is 127 (50% from 255 or 50.8% from 250); Green value is 64 (25.39% from 255 or 25.6% from 250); Blue value is 59 (23.44% from 255 or 23.6% from 250); Max value from RGB is 127 - color contains mainly: red. Hex color #7F403B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F403B is #80BFC4. Grayscale: #525252. Windows color (decimal): -8437701 or 3883135. OLE color: 3883135.
HSL color Cylindrical-coordinate representation of color #7F403B: hue angle of 4.41º degrees, saturation: 0.37, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7F403B is Cyan = 0, Magento = 0.50, Yellow = 0.54 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 64 | 59 | - |
| CMYK | 0 | 0.50 | 0.54 | 0.50 |
| HSL | 4.41º | 0.37% | 0.36% | - |
| HSV(B) | 4.41º | 0.54% | 0.5% | - |
| XYZ | 11.38 | 8.49 | 5.18 | - |
| YUV | 82.27 | 114.87 | 159.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 64 | 59 | 0 | 0.50 | 0.54 | 0.50 | 4.41 | 0.37 | 0.36 |
| Hex | 7F | 40 | 3B | 0 | 32 | 36 | 32 | 4 | 25 | 24 |
| Octal | 177 | 100 | 73 | 0 | 62 | 66 | 62 | 4 | 45 | 44 |
| Binary | 1111111 | 1000000 | 111011 | 0 | 110010 | 110110 | 110010 | 100 | 100101 | 100100 |
Color Harmonies of #7F403B
Complementary color
Monochromatic Colors of #7F403B
Black with #7F403B
Text Example
Text Example
White with #7F403B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F403B; }
p { color: rgb(127,64,59); }
H1.HeaderClassName
{
color: #7F403B;
}
.AnyTagClassName
{
color: #7F403B;
}
</style>
background-color css
<style>
a { background-color: #7F403B; }
a { background-color: rgb(127,64,59); }
div.DivClassName
{
background-color: #7F403B;
}
.BgClassName
{
background-color: #7F403B;
}
</style>
border-color css
<style>
span { border-color: #7F403B; }
span { border-color: rgb(127,64,59); }
td.TdClassName
{
border-color: #7F403B;
}
.TagClassName
{
border-color: #7F403B;
}
</style>