Shades of Red Robin #7F4141
Tints of Red Robin #7F4141
RGB
CMYK
RGB Variations
Color information
#7F4141 (or 0x7F4141) is known color: Red Robin. HEX triplet: 7F, 41 and 41. RGB value is (127,65,65). Sum of RGB (Red+Green+Blue) = 127+65+65=257 (34% of max value = 765). Red value is 127 (50% from 255 or 49.42% from 257); Green value is 65 (25.78% from 255 or 25.29% from 257); Blue value is 65 (25.78% from 255 or 25.29% from 257); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4141 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F4141 is #80BEBE. Grayscale: #535353. Windows color (decimal): -8437439 or 4276607. OLE color: 4276607.
HSL color Cylindrical-coordinate representation of color #7F4141: hue angle of 0º 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 #7F4141 is Cyan = 0, Magento = 0.49, Yellow = 0.49 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 65 | 65 | - |
| CMYK | 0 | 0.49 | 0.49 | 0.50 |
| HSL | 0º | 0.32% | 0.38% | - |
| HSV(B) | 0º | 0.49% | 0.5% | - |
| XYZ | 11.6 | 8.67 | 6.06 | - |
| YUV | 83.54 | 117.54 | 159 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 65 | 65 | 0 | 0.49 | 0.49 | 0.50 | 0 | 0.32 | 0.38 |
| Hex | 7F | 41 | 41 | 0 | 31 | 31 | 32 | 0 | 20 | 26 |
| Octal | 177 | 101 | 101 | 0 | 61 | 61 | 62 | 0 | 40 | 46 |
| Binary | 1111111 | 1000001 | 1000001 | 0 | 110001 | 110001 | 110010 | 0 | 100000 | 100110 |
Color Harmonies of #7F4141
Complementary color
Monochromatic Colors of #7F4141
Black with #7F4141
Text Example
Text Example
White with #7F4141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F4141; }
p { color: rgb(127,65,65); }
H1.HeaderClassName
{
color: #7F4141;
}
.AnyTagClassName
{
color: #7F4141;
}
</style>
background-color css
<style>
a { background-color: #7F4141; }
a { background-color: rgb(127,65,65); }
div.DivClassName
{
background-color: #7F4141;
}
.BgClassName
{
background-color: #7F4141;
}
</style>
border-color css
<style>
span { border-color: #7F4141; }
span { border-color: rgb(127,65,65); }
td.TdClassName
{
border-color: #7F4141;
}
.TagClassName
{
border-color: #7F4141;
}
</style>