Shades of Red Robin #7D403F
Tints of Red Robin #7D403F
RGB
CMYK
RGB Variations
Color information
#7D403F (or 0x7D403F) is known color: Red Robin. HEX triplet: 7D, 40 and 3F. RGB value is (125,64,63). Sum of RGB (Red+Green+Blue) = 125+64+63=252 (33% of max value = 765). Red value is 125 (49.22% from 255 or 49.60% from 252); Green value is 64 (25.39% from 255 or 25.40% from 252); Blue value is 63 (25% from 255 or 25% from 252); Max value from RGB is 125 - color contains mainly: red. Hex color #7D403F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D403F is #82BFC0. Grayscale: #525252. Windows color (decimal): -8568769 or 4145277. OLE color: 4145277.
HSL color Cylindrical-coordinate representation of color #7D403F: hue angle of 0.97º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7D403F is Cyan = 0, Magento = 0.49, Yellow = 0.50 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 64 | 63 | - |
| CMYK | 0 | 0.49 | 0.50 | 0.51 |
| HSL | 0.97º | 0.33% | 0.37% | - |
| HSV(B) | 0.97º | 0.5% | 0.49% | - |
| XYZ | 11.19 | 8.39 | 5.73 | - |
| YUV | 82.13 | 117.21 | 158.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 64 | 63 | 0 | 0.49 | 0.50 | 0.51 | 0.97 | 0.33 | 0.37 |
| Hex | 7D | 40 | 3F | 0 | 31 | 32 | 33 | 1 | 21 | 25 |
| Octal | 175 | 100 | 77 | 0 | 61 | 62 | 63 | 1 | 41 | 45 |
| Binary | 1111101 | 1000000 | 111111 | 0 | 110001 | 110010 | 110011 | 1 | 100001 | 100101 |
Color Harmonies of #7D403F
Complementary color
Monochromatic Colors of #7D403F
Black with #7D403F
Text Example
Text Example
White with #7D403F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D403F; }
p { color: rgb(125,64,63); }
H1.HeaderClassName
{
color: #7D403F;
}
.AnyTagClassName
{
color: #7D403F;
}
</style>
background-color css
<style>
a { background-color: #7D403F; }
a { background-color: rgb(125,64,63); }
div.DivClassName
{
background-color: #7D403F;
}
.BgClassName
{
background-color: #7D403F;
}
</style>
border-color css
<style>
span { border-color: #7D403F; }
span { border-color: rgb(125,64,63); }
td.TdClassName
{
border-color: #7D403F;
}
.TagClassName
{
border-color: #7D403F;
}
</style>