Shades of Red Robin #7D403A
Tints of Red Robin #7D403A
RGB
CMYK
RGB Variations
Color information
#7D403A (or 0x7D403A) is known color: Red Robin. HEX triplet: 7D, 40 and 3A. RGB value is (125,64,58). Sum of RGB (Red+Green+Blue) = 125+64+58=247 (32% of max value = 765). Red value is 125 (49.22% from 255 or 50.61% from 247); Green value is 64 (25.39% from 255 or 25.91% from 247); Blue value is 58 (23.05% from 255 or 23.48% from 247); Max value from RGB is 125 - color contains mainly: red. Hex color #7D403A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D403A is #82BFC5. Grayscale: #515151. Windows color (decimal): -8568774 or 3817597. OLE color: 3817597.
HSL color Cylindrical-coordinate representation of color #7D403A: hue angle of 5.37º 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 #7D403A is Cyan = 0, Magento = 0.49, Yellow = 0.54 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 64 | 58 | - |
| CMYK | 0 | 0.49 | 0.54 | 0.51 |
| HSL | 5.37º | 0.37% | 0.36% | - |
| HSV(B) | 5.37º | 0.54% | 0.49% | - |
| XYZ | 11.05 | 8.33 | 5.03 | - |
| YUV | 81.56 | 114.71 | 158.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 64 | 58 | 0 | 0.49 | 0.54 | 0.51 | 5.37 | 0.37 | 0.36 |
| Hex | 7D | 40 | 3A | 0 | 31 | 36 | 33 | 5 | 25 | 24 |
| Octal | 175 | 100 | 72 | 0 | 61 | 66 | 63 | 5 | 45 | 44 |
| Binary | 1111101 | 1000000 | 111010 | 0 | 110001 | 110110 | 110011 | 101 | 100101 | 100100 |
Color Harmonies of #7D403A
Complementary color
Monochromatic Colors of #7D403A
Black with #7D403A
Text Example
Text Example
White with #7D403A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D403A; }
p { color: rgb(125,64,58); }
H1.HeaderClassName
{
color: #7D403A;
}
.AnyTagClassName
{
color: #7D403A;
}
</style>
background-color css
<style>
a { background-color: #7D403A; }
a { background-color: rgb(125,64,58); }
div.DivClassName
{
background-color: #7D403A;
}
.BgClassName
{
background-color: #7D403A;
}
</style>
border-color css
<style>
span { border-color: #7D403A; }
span { border-color: rgb(125,64,58); }
td.TdClassName
{
border-color: #7D403A;
}
.TagClassName
{
border-color: #7D403A;
}
</style>