Shades of Red Robin #7F4241
Tints of Red Robin #7F4241
RGB
CMYK
RGB Variations
Color information
#7F4241 (or 0x7F4241) is known color: Red Robin. HEX triplet: 7F, 42 and 41. RGB value is (127,66,65). Sum of RGB (Red+Green+Blue) = 127+66+65=258 (34% of max value = 765). Red value is 127 (50% from 255 or 49.22% from 258); Green value is 66 (26.17% from 255 or 25.58% from 258); Blue value is 65 (25.78% from 255 or 25.19% from 258); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4241 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F4241 is #80BDBE. Grayscale: #545454. Windows color (decimal): -8437183 or 4276863. OLE color: 4276863.
HSL color Cylindrical-coordinate representation of color #7F4241: hue angle of 0.97º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7F4241 is Cyan = 0, Magento = 0.48, Yellow = 0.49 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 66 | 65 | - |
| CMYK | 0 | 0.48 | 0.49 | 0.50 |
| HSL | 0.97º | 0.32% | 0.38% | - |
| HSV(B) | 0.97º | 0.49% | 0.5% | - |
| XYZ | 11.65 | 8.79 | 6.08 | - |
| YUV | 84.13 | 117.21 | 158.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 66 | 65 | 0 | 0.48 | 0.49 | 0.50 | 0.97 | 0.32 | 0.38 |
| Hex | 7F | 42 | 41 | 0 | 30 | 31 | 32 | 1 | 20 | 26 |
| Octal | 177 | 102 | 101 | 0 | 60 | 61 | 62 | 1 | 40 | 46 |
| Binary | 1111111 | 1000010 | 1000001 | 0 | 110000 | 110001 | 110010 | 1 | 100000 | 100110 |
Color Harmonies of #7F4241
Complementary color
Monochromatic Colors of #7F4241
Black with #7F4241
Text Example
Text Example
White with #7F4241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F4241; }
p { color: rgb(127,66,65); }
H1.HeaderClassName
{
color: #7F4241;
}
.AnyTagClassName
{
color: #7F4241;
}
</style>
background-color css
<style>
a { background-color: #7F4241; }
a { background-color: rgb(127,66,65); }
div.DivClassName
{
background-color: #7F4241;
}
.BgClassName
{
background-color: #7F4241;
}
</style>
border-color css
<style>
span { border-color: #7F4241; }
span { border-color: rgb(127,66,65); }
td.TdClassName
{
border-color: #7F4241;
}
.TagClassName
{
border-color: #7F4241;
}
</style>