Shades of Red Robin #7D4239
Tints of Red Robin #7D4239
RGB
CMYK
RGB Variations
Color information
#7D4239 (or 0x7D4239) is known color: Red Robin. HEX triplet: 7D, 42 and 39. RGB value is (125,66,57). Sum of RGB (Red+Green+Blue) = 125+66+57=248 (32% of max value = 765). Red value is 125 (49.22% from 255 or 50.40% from 248); Green value is 66 (26.17% from 255 or 26.61% from 248); Blue value is 57 (22.66% from 255 or 22.98% from 248); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4239 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D4239 is #82BDC6. Grayscale: #525252. Windows color (decimal): -8568263 or 3752573. OLE color: 3752573.
HSL color Cylindrical-coordinate representation of color #7D4239: hue angle of 7.94º degrees, saturation: 0.37, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7D4239 is Cyan = 0, Magento = 0.47, Yellow = 0.54 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 66 | 57 | - |
| CMYK | 0 | 0.47 | 0.54 | 0.51 |
| HSL | 7.94º | 0.37% | 0.36% | - |
| HSV(B) | 7.94º | 0.54% | 0.49% | - |
| XYZ | 11.14 | 8.55 | 4.93 | - |
| YUV | 82.62 | 113.55 | 158.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 66 | 57 | 0 | 0.47 | 0.54 | 0.51 | 7.94 | 0.37 | 0.36 |
| Hex | 7D | 42 | 39 | 0 | 2F | 36 | 33 | 8 | 25 | 24 |
| Octal | 175 | 102 | 71 | 0 | 57 | 66 | 63 | 10 | 45 | 44 |
| Binary | 1111101 | 1000010 | 111001 | 0 | 101111 | 110110 | 110011 | 1000 | 100101 | 100100 |
Color Harmonies of #7D4239
Complementary color
Monochromatic Colors of #7D4239
Black with #7D4239
Text Example
Text Example
White with #7D4239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D4239; }
p { color: rgb(125,66,57); }
H1.HeaderClassName
{
color: #7D4239;
}
.AnyTagClassName
{
color: #7D4239;
}
</style>
background-color css
<style>
a { background-color: #7D4239; }
a { background-color: rgb(125,66,57); }
div.DivClassName
{
background-color: #7D4239;
}
.BgClassName
{
background-color: #7D4239;
}
</style>
border-color css
<style>
span { border-color: #7D4239; }
span { border-color: rgb(125,66,57); }
td.TdClassName
{
border-color: #7D4239;
}
.TagClassName
{
border-color: #7D4239;
}
</style>