Shades of Red Robin #7F4239
Tints of Red Robin #7F4239
RGB
CMYK
RGB Variations
Color information
#7F4239 (or 0x7F4239) is known color: Red Robin. HEX triplet: 7F, 42 and 39. RGB value is (127,66,57). Sum of RGB (Red+Green+Blue) = 127+66+57=250 (33% of max value = 765). Red value is 127 (50% from 255 or 50.8% from 250); Green value is 66 (26.17% from 255 or 26.4% from 250); Blue value is 57 (22.66% from 255 or 22.8% from 250); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4239 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F4239 is #80BDC6. Grayscale: #535353. Windows color (decimal): -8437191 or 3752575. OLE color: 3752575.
HSL color Cylindrical-coordinate representation of color #7F4239: hue angle of 7.71º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7F4239 is Cyan = 0, Magento = 0.48, Yellow = 0.55 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 66 | 57 | - |
| CMYK | 0 | 0.48 | 0.55 | 0.50 |
| HSL | 7.71º | 0.38% | 0.36% | - |
| HSV(B) | 7.71º | 0.55% | 0.5% | - |
| XYZ | 11.44 | 8.7 | 4.95 | - |
| YUV | 83.21 | 113.21 | 159.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 66 | 57 | 0 | 0.48 | 0.55 | 0.50 | 7.71 | 0.38 | 0.36 |
| Hex | 7F | 42 | 39 | 0 | 30 | 37 | 32 | 8 | 26 | 24 |
| Octal | 177 | 102 | 71 | 0 | 60 | 67 | 62 | 10 | 46 | 44 |
| Binary | 1111111 | 1000010 | 111001 | 0 | 110000 | 110111 | 110010 | 1000 | 100110 | 100100 |
Color Harmonies of #7F4239
Complementary color
Monochromatic Colors of #7F4239
Black with #7F4239
Text Example
Text Example
White with #7F4239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F4239; }
p { color: rgb(127,66,57); }
H1.HeaderClassName
{
color: #7F4239;
}
.AnyTagClassName
{
color: #7F4239;
}
</style>
background-color css
<style>
a { background-color: #7F4239; }
a { background-color: rgb(127,66,57); }
div.DivClassName
{
background-color: #7F4239;
}
.BgClassName
{
background-color: #7F4239;
}
</style>
border-color css
<style>
span { border-color: #7F4239; }
span { border-color: rgb(127,66,57); }
td.TdClassName
{
border-color: #7F4239;
}
.TagClassName
{
border-color: #7F4239;
}
</style>