Shades of Red Robin #7D4135
Tints of Red Robin #7D4135
RGB
CMYK
RGB Variations
Color information
#7D4135 (or 0x7D4135) is known color: Red Robin. HEX triplet: 7D, 41 and 35. RGB value is (125,65,53). Sum of RGB (Red+Green+Blue) = 125+65+53=243 (32% of max value = 765). Red value is 125 (49.22% from 255 or 51.44% from 243); Green value is 65 (25.78% from 255 or 26.75% from 243); Blue value is 53 (21.09% from 255 or 21.81% from 243); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4135 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D4135 is #82BECA. Grayscale: #515151. Windows color (decimal): -8568523 or 3490173. OLE color: 3490173.
HSL color Cylindrical-coordinate representation of color #7D4135: hue angle of 10º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7D4135 is Cyan = 0, Magento = 0.48, Yellow = 0.58 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 65 | 53 | - |
| CMYK | 0 | 0.48 | 0.58 | 0.51 |
| HSL | 10º | 0.4% | 0.35% | - |
| HSV(B) | 10º | 0.58% | 0.49% | - |
| XYZ | 10.99 | 8.4 | 4.41 | - |
| YUV | 81.57 | 111.88 | 158.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 65 | 53 | 0 | 0.48 | 0.58 | 0.51 | 10 | 0.4 | 0.35 |
| Hex | 7D | 41 | 35 | 0 | 30 | 3A | 33 | A | 28 | 23 |
| Octal | 175 | 101 | 65 | 0 | 60 | 72 | 63 | 12 | 50 | 43 |
| Binary | 1111101 | 1000001 | 110101 | 0 | 110000 | 111010 | 110011 | 1010 | 101000 | 100011 |
Color Harmonies of #7D4135
Complementary color
Monochromatic Colors of #7D4135
Black with #7D4135
Text Example
Text Example
White with #7D4135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D4135; }
p { color: rgb(125,65,53); }
H1.HeaderClassName
{
color: #7D4135;
}
.AnyTagClassName
{
color: #7D4135;
}
</style>
background-color css
<style>
a { background-color: #7D4135; }
a { background-color: rgb(125,65,53); }
div.DivClassName
{
background-color: #7D4135;
}
.BgClassName
{
background-color: #7D4135;
}
</style>
border-color css
<style>
span { border-color: #7D4135; }
span { border-color: rgb(125,65,53); }
td.TdClassName
{
border-color: #7D4135;
}
.TagClassName
{
border-color: #7D4135;
}
</style>