Shades of Red Robin #7D4039
Tints of Red Robin #7D4039
RGB
CMYK
RGB Variations
Color information
#7D4039 (or 0x7D4039) is known color: Red Robin. HEX triplet: 7D, 40 and 39. RGB value is (125,64,57). Sum of RGB (Red+Green+Blue) = 125+64+57=246 (32% of max value = 765). Red value is 125 (49.22% from 255 or 50.81% from 246); Green value is 64 (25.39% from 255 or 26.02% from 246); Blue value is 57 (22.66% from 255 or 23.17% from 246); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4039 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D4039 is #82BFC6. Grayscale: #515151. Windows color (decimal): -8568775 or 3752061. OLE color: 3752061.
HSL color Cylindrical-coordinate representation of color #7D4039: hue angle of 6.18º 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 #7D4039 is Cyan = 0, Magento = 0.49, Yellow = 0.54 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 64 | 57 | - |
| CMYK | 0 | 0.49 | 0.54 | 0.51 |
| HSL | 6.18º | 0.37% | 0.36% | - |
| HSV(B) | 6.18º | 0.54% | 0.49% | - |
| XYZ | 11.03 | 8.32 | 4.9 | - |
| YUV | 81.44 | 114.21 | 159.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 64 | 57 | 0 | 0.49 | 0.54 | 0.51 | 6.18 | 0.37 | 0.36 |
| Hex | 7D | 40 | 39 | 0 | 31 | 36 | 33 | 6 | 25 | 24 |
| Octal | 175 | 100 | 71 | 0 | 61 | 66 | 63 | 6 | 45 | 44 |
| Binary | 1111101 | 1000000 | 111001 | 0 | 110001 | 110110 | 110011 | 110 | 100101 | 100100 |
Color Harmonies of #7D4039
Complementary color
Monochromatic Colors of #7D4039
Black with #7D4039
Text Example
Text Example
White with #7D4039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D4039; }
p { color: rgb(125,64,57); }
H1.HeaderClassName
{
color: #7D4039;
}
.AnyTagClassName
{
color: #7D4039;
}
</style>
background-color css
<style>
a { background-color: #7D4039; }
a { background-color: rgb(125,64,57); }
div.DivClassName
{
background-color: #7D4039;
}
.BgClassName
{
background-color: #7D4039;
}
</style>
border-color css
<style>
span { border-color: #7D4039; }
span { border-color: rgb(125,64,57); }
td.TdClassName
{
border-color: #7D4039;
}
.TagClassName
{
border-color: #7D4039;
}
</style>