Shades of Red Robin #7F413F
Tints of Red Robin #7F413F
RGB
CMYK
RGB Variations
Color information
#7F413F (or 0x7F413F) is known color: Red Robin. HEX triplet: 7F, 41 and 3F. RGB value is (127,65,63). Sum of RGB (Red+Green+Blue) = 127+65+63=255 (33% of max value = 765). Red value is 127 (50% from 255 or 49.80% from 255); Green value is 65 (25.78% from 255 or 25.49% from 255); Blue value is 63 (25% from 255 or 24.71% from 255); Max value from RGB is 127 - color contains mainly: red. Hex color #7F413F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F413F is #80BEC0. Grayscale: #535353. Windows color (decimal): -8437441 or 4145535. OLE color: 4145535.
HSL color Cylindrical-coordinate representation of color #7F413F: hue angle of 1.88º degrees, saturation: 0.34, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7F413F is Cyan = 0, Magento = 0.49, Yellow = 0.50 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 65 | 63 | - |
| CMYK | 0 | 0.49 | 0.50 | 0.50 |
| HSL | 1.88º | 0.34% | 0.37% | - |
| HSV(B) | 1.88º | 0.5% | 0.5% | - |
| XYZ | 11.54 | 8.65 | 5.76 | - |
| YUV | 83.31 | 116.54 | 159.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 65 | 63 | 0 | 0.49 | 0.50 | 0.50 | 1.88 | 0.34 | 0.37 |
| Hex | 7F | 41 | 3F | 0 | 31 | 32 | 32 | 2 | 22 | 25 |
| Octal | 177 | 101 | 77 | 0 | 61 | 62 | 62 | 2 | 42 | 45 |
| Binary | 1111111 | 1000001 | 111111 | 0 | 110001 | 110010 | 110010 | 10 | 100010 | 100101 |
Color Harmonies of #7F413F
Complementary color
Monochromatic Colors of #7F413F
Black with #7F413F
Text Example
Text Example
White with #7F413F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F413F; }
p { color: rgb(127,65,63); }
H1.HeaderClassName
{
color: #7F413F;
}
.AnyTagClassName
{
color: #7F413F;
}
</style>
background-color css
<style>
a { background-color: #7F413F; }
a { background-color: rgb(127,65,63); }
div.DivClassName
{
background-color: #7F413F;
}
.BgClassName
{
background-color: #7F413F;
}
</style>
border-color css
<style>
span { border-color: #7F413F; }
span { border-color: rgb(127,65,63); }
td.TdClassName
{
border-color: #7F413F;
}
.TagClassName
{
border-color: #7F413F;
}
</style>