Shades of Red Robin #7D4138
Tints of Red Robin #7D4138
RGB
CMYK
RGB Variations
Color information
#7D4138 (or 0x7D4138) is known color: Red Robin. HEX triplet: 7D, 41 and 38. RGB value is (125,65,56). Sum of RGB (Red+Green+Blue) = 125+65+56=246 (32% of max value = 765). Red value is 125 (49.22% from 255 or 50.81% from 246); Green value is 65 (25.78% from 255 or 26.42% from 246); Blue value is 56 (22.27% from 255 or 22.76% from 246); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4138 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D4138 is #82BEC7. Grayscale: #525252. Windows color (decimal): -8568520 or 3686781. OLE color: 3686781.
HSL color Cylindrical-coordinate representation of color #7D4138: hue angle of 7.83º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7D4138 is Cyan = 0, Magento = 0.48, Yellow = 0.55 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 65 | 56 | - |
| CMYK | 0 | 0.48 | 0.55 | 0.51 |
| HSL | 7.83º | 0.38% | 0.35% | - |
| HSV(B) | 7.83º | 0.55% | 0.49% | - |
| XYZ | 11.06 | 8.43 | 4.78 | - |
| YUV | 81.91 | 113.38 | 158.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 65 | 56 | 0 | 0.48 | 0.55 | 0.51 | 7.83 | 0.38 | 0.35 |
| Hex | 7D | 41 | 38 | 0 | 30 | 37 | 33 | 8 | 26 | 23 |
| Octal | 175 | 101 | 70 | 0 | 60 | 67 | 63 | 10 | 46 | 43 |
| Binary | 1111101 | 1000001 | 111000 | 0 | 110000 | 110111 | 110011 | 1000 | 100110 | 100011 |
Color Harmonies of #7D4138
Complementary color
Monochromatic Colors of #7D4138
Black with #7D4138
Text Example
Text Example
White with #7D4138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D4138; }
p { color: rgb(125,65,56); }
H1.HeaderClassName
{
color: #7D4138;
}
.AnyTagClassName
{
color: #7D4138;
}
</style>
background-color css
<style>
a { background-color: #7D4138; }
a { background-color: rgb(125,65,56); }
div.DivClassName
{
background-color: #7D4138;
}
.BgClassName
{
background-color: #7D4138;
}
</style>
border-color css
<style>
span { border-color: #7D4138; }
span { border-color: rgb(125,65,56); }
td.TdClassName
{
border-color: #7D4138;
}
.TagClassName
{
border-color: #7D4138;
}
</style>