Shades of Red Robin #7D3C37
Tints of Red Robin #7D3C37
RGB
CMYK
RGB Variations
Color information
#7D3C37 (or 0x7D3C37) is known color: Red Robin. HEX triplet: 7D, 3C and 37. RGB value is (125,60,55). Sum of RGB (Red+Green+Blue) = 125+60+55=240 (31% of max value = 765). Red value is 125 (49.22% from 255 or 52.08% from 240); Green value is 60 (23.83% from 255 or 25% from 240); Blue value is 55 (21.88% from 255 or 22.92% from 240); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3C37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D3C37 is #82C3C8. Grayscale: #4E4E4E. Windows color (decimal): -8569801 or 3619965. OLE color: 3619965.
HSL color Cylindrical-coordinate representation of color #7D3C37: hue angle of 4.29º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7D3C37 is Cyan = 0, Magento = 0.52, Yellow = 0.56 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 60 | 55 | - |
| CMYK | 0 | 0.52 | 0.56 | 0.51 |
| HSL | 4.29º | 0.39% | 0.35% | - |
| HSV(B) | 4.29º | 0.56% | 0.49% | - |
| XYZ | 10.76 | 7.87 | 4.57 | - |
| YUV | 78.87 | 114.53 | 160.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 60 | 55 | 0 | 0.52 | 0.56 | 0.51 | 4.29 | 0.39 | 0.35 |
| Hex | 7D | 3C | 37 | 0 | 34 | 38 | 33 | 4 | 27 | 23 |
| Octal | 175 | 74 | 67 | 0 | 64 | 70 | 63 | 4 | 47 | 43 |
| Binary | 1111101 | 111100 | 110111 | 0 | 110100 | 111000 | 110011 | 100 | 100111 | 100011 |
Color Harmonies of #7D3C37
Complementary color
Monochromatic Colors of #7D3C37
Black with #7D3C37
Text Example
Text Example
White with #7D3C37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D3C37; }
p { color: rgb(125,60,55); }
H1.HeaderClassName
{
color: #7D3C37;
}
.AnyTagClassName
{
color: #7D3C37;
}
</style>
background-color css
<style>
a { background-color: #7D3C37; }
a { background-color: rgb(125,60,55); }
div.DivClassName
{
background-color: #7D3C37;
}
.BgClassName
{
background-color: #7D3C37;
}
</style>
border-color css
<style>
span { border-color: #7D3C37; }
span { border-color: rgb(125,60,55); }
td.TdClassName
{
border-color: #7D3C37;
}
.TagClassName
{
border-color: #7D3C37;
}
</style>