Shades of Red Robin #7F4238
Tints of Red Robin #7F4238
RGB
CMYK
RGB Variations
Color information
#7F4238 (or 0x7F4238) is known color: Red Robin. HEX triplet: 7F, 42 and 38. RGB value is (127,66,56). Sum of RGB (Red+Green+Blue) = 127+66+56=249 (32% of max value = 765). Red value is 127 (50% from 255 or 51.00% from 249); Green value is 66 (26.17% from 255 or 26.51% from 249); Blue value is 56 (22.27% from 255 or 22.49% from 249); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4238 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F4238 is #80BDC7. Grayscale: #535353. Windows color (decimal): -8437192 or 3687039. OLE color: 3687039.
HSL color Cylindrical-coordinate representation of color #7F4238: hue angle of 8.45º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7F4238 is Cyan = 0, Magento = 0.48, Yellow = 0.56 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 66 | 56 | - |
| CMYK | 0 | 0.48 | 0.56 | 0.50 |
| HSL | 8.45º | 0.39% | 0.36% | - |
| HSV(B) | 8.45º | 0.56% | 0.5% | - |
| XYZ | 11.41 | 8.69 | 4.82 | - |
| YUV | 83.1 | 112.71 | 159.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 66 | 56 | 0 | 0.48 | 0.56 | 0.50 | 8.45 | 0.39 | 0.36 |
| Hex | 7F | 42 | 38 | 0 | 30 | 38 | 32 | 8 | 27 | 24 |
| Octal | 177 | 102 | 70 | 0 | 60 | 70 | 62 | 10 | 47 | 44 |
| Binary | 1111111 | 1000010 | 111000 | 0 | 110000 | 111000 | 110010 | 1000 | 100111 | 100100 |
Color Harmonies of #7F4238
Complementary color
Monochromatic Colors of #7F4238
Black with #7F4238
Text Example
Text Example
White with #7F4238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F4238; }
p { color: rgb(127,66,56); }
H1.HeaderClassName
{
color: #7F4238;
}
.AnyTagClassName
{
color: #7F4238;
}
</style>
background-color css
<style>
a { background-color: #7F4238; }
a { background-color: rgb(127,66,56); }
div.DivClassName
{
background-color: #7F4238;
}
.BgClassName
{
background-color: #7F4238;
}
</style>
border-color css
<style>
span { border-color: #7F4238; }
span { border-color: rgb(127,66,56); }
td.TdClassName
{
border-color: #7F4238;
}
.TagClassName
{
border-color: #7F4238;
}
</style>