Shades of Red Robin #7D3D38
Tints of Red Robin #7D3D38
RGB
CMYK
RGB Variations
Color information
#7D3D38 (or 0x7D3D38) is known color: Red Robin. HEX triplet: 7D, 3D and 38. RGB value is (125,61,56). Sum of RGB (Red+Green+Blue) = 125+61+56=242 (32% of max value = 765). Red value is 125 (49.22% from 255 or 51.65% from 242); Green value is 61 (24.22% from 255 or 25.21% from 242); Blue value is 56 (22.27% from 255 or 23.14% from 242); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3D38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D3D38 is #82C2C7. Grayscale: #4F4F4F. Windows color (decimal): -8569544 or 3685757. OLE color: 3685757.
HSL color Cylindrical-coordinate representation of color #7D3D38: hue angle of 4.35º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7D3D38 is Cyan = 0, Magento = 0.51, Yellow = 0.55 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 61 | 56 | - |
| CMYK | 0 | 0.51 | 0.55 | 0.51 |
| HSL | 4.35º | 0.38% | 0.35% | - |
| HSV(B) | 4.35º | 0.55% | 0.49% | - |
| XYZ | 10.84 | 7.98 | 4.71 | - |
| YUV | 79.57 | 114.7 | 160.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 61 | 56 | 0 | 0.51 | 0.55 | 0.51 | 4.35 | 0.38 | 0.35 |
| Hex | 7D | 3D | 38 | 0 | 33 | 37 | 33 | 4 | 26 | 23 |
| Octal | 175 | 75 | 70 | 0 | 63 | 67 | 63 | 4 | 46 | 43 |
| Binary | 1111101 | 111101 | 111000 | 0 | 110011 | 110111 | 110011 | 100 | 100110 | 100011 |
Color Harmonies of #7D3D38
Complementary color
Monochromatic Colors of #7D3D38
Black with #7D3D38
Text Example
Text Example
White with #7D3D38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D3D38; }
p { color: rgb(125,61,56); }
H1.HeaderClassName
{
color: #7D3D38;
}
.AnyTagClassName
{
color: #7D3D38;
}
</style>
background-color css
<style>
a { background-color: #7D3D38; }
a { background-color: rgb(125,61,56); }
div.DivClassName
{
background-color: #7D3D38;
}
.BgClassName
{
background-color: #7D3D38;
}
</style>
border-color css
<style>
span { border-color: #7D3D38; }
span { border-color: rgb(125,61,56); }
td.TdClassName
{
border-color: #7D3D38;
}
.TagClassName
{
border-color: #7D3D38;
}
</style>