Shades of Red Robin #7D4338
Tints of Red Robin #7D4338
RGB
CMYK
RGB Variations
Color information
#7D4338 (or 0x7D4338) is known color: Red Robin. HEX triplet: 7D, 43 and 38. RGB value is (125,67,56). Sum of RGB (Red+Green+Blue) = 125+67+56=248 (32% of max value = 765). Red value is 125 (49.22% from 255 or 50.40% from 248); Green value is 67 (26.56% from 255 or 27.02% from 248); Blue value is 56 (22.27% from 255 or 22.58% from 248); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4338 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D4338 is #82BCC7. Grayscale: #535353. Windows color (decimal): -8568008 or 3687293. OLE color: 3687293.
HSL color Cylindrical-coordinate representation of color #7D4338: hue angle of 9.57º 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 #7D4338 is Cyan = 0, Magento = 0.46, Yellow = 0.55 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 67 | 56 | - |
| CMYK | 0 | 0.46 | 0.55 | 0.51 |
| HSL | 9.57º | 0.38% | 0.35% | - |
| HSV(B) | 9.57º | 0.55% | 0.49% | - |
| XYZ | 11.18 | 8.66 | 4.82 | - |
| YUV | 83.09 | 112.72 | 157.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 67 | 56 | 0 | 0.46 | 0.55 | 0.51 | 9.57 | 0.38 | 0.35 |
| Hex | 7D | 43 | 38 | 0 | 2E | 37 | 33 | A | 26 | 23 |
| Octal | 175 | 103 | 70 | 0 | 56 | 67 | 63 | 12 | 46 | 43 |
| Binary | 1111101 | 1000011 | 111000 | 0 | 101110 | 110111 | 110011 | 1010 | 100110 | 100011 |
Color Harmonies of #7D4338
Complementary color
Monochromatic Colors of #7D4338
Black with #7D4338
Text Example
Text Example
White with #7D4338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D4338; }
p { color: rgb(125,67,56); }
H1.HeaderClassName
{
color: #7D4338;
}
.AnyTagClassName
{
color: #7D4338;
}
</style>
background-color css
<style>
a { background-color: #7D4338; }
a { background-color: rgb(125,67,56); }
div.DivClassName
{
background-color: #7D4338;
}
.BgClassName
{
background-color: #7D4338;
}
</style>
border-color css
<style>
span { border-color: #7D4338; }
span { border-color: rgb(125,67,56); }
td.TdClassName
{
border-color: #7D4338;
}
.TagClassName
{
border-color: #7D4338;
}
</style>