Shades of Red Robin #7F4237
Tints of Red Robin #7F4237
RGB
CMYK
RGB Variations
Color information
#7F4237 (or 0x7F4237) is known color: Red Robin. HEX triplet: 7F, 42 and 37. RGB value is (127,66,55). Sum of RGB (Red+Green+Blue) = 127+66+55=248 (32% of max value = 765). Red value is 127 (50% from 255 or 51.21% from 248); Green value is 66 (26.17% from 255 or 26.61% from 248); Blue value is 55 (21.88% from 255 or 22.18% from 248); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4237 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F4237 is #80BDC8. Grayscale: #535353. Windows color (decimal): -8437193 or 3621503. OLE color: 3621503.
HSL color Cylindrical-coordinate representation of color #7F4237: hue angle of 9.17º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7F4237 is Cyan = 0, Magento = 0.48, Yellow = 0.57 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 66 | 55 | - |
| CMYK | 0 | 0.48 | 0.57 | 0.50 |
| HSL | 9.17º | 0.4% | 0.36% | - |
| HSV(B) | 9.17º | 0.57% | 0.5% | - |
| XYZ | 11.39 | 8.68 | 4.69 | - |
| YUV | 82.99 | 112.21 | 159.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 66 | 55 | 0 | 0.48 | 0.57 | 0.50 | 9.17 | 0.4 | 0.36 |
| Hex | 7F | 42 | 37 | 0 | 30 | 39 | 32 | 9 | 28 | 24 |
| Octal | 177 | 102 | 67 | 0 | 60 | 71 | 62 | 11 | 50 | 44 |
| Binary | 1111111 | 1000010 | 110111 | 0 | 110000 | 111001 | 110010 | 1001 | 101000 | 100100 |
Color Harmonies of #7F4237
Complementary color
Monochromatic Colors of #7F4237
Black with #7F4237
Text Example
Text Example
White with #7F4237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F4237; }
p { color: rgb(127,66,55); }
H1.HeaderClassName
{
color: #7F4237;
}
.AnyTagClassName
{
color: #7F4237;
}
</style>
background-color css
<style>
a { background-color: #7F4237; }
a { background-color: rgb(127,66,55); }
div.DivClassName
{
background-color: #7F4237;
}
.BgClassName
{
background-color: #7F4237;
}
</style>
border-color css
<style>
span { border-color: #7F4237; }
span { border-color: rgb(127,66,55); }
td.TdClassName
{
border-color: #7F4237;
}
.TagClassName
{
border-color: #7F4237;
}
</style>