Shades of Red Robin #7D3F34
Tints of Red Robin #7D3F34
RGB
CMYK
RGB Variations
Color information
#7D3F34 (or 0x7D3F34) is known color: Red Robin. HEX triplet: 7D, 3F and 34. RGB value is (125,63,52). Sum of RGB (Red+Green+Blue) = 125+63+52=240 (31% of max value = 765). Red value is 125 (49.22% from 255 or 52.08% from 240); Green value is 63 (25% from 255 or 26.25% from 240); Blue value is 52 (20.70% from 255 or 21.67% from 240); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3F34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D3F34 is #82C0CB. Grayscale: #505050. Windows color (decimal): -8569036 or 3424125. OLE color: 3424125.
HSL color Cylindrical-coordinate representation of color #7D3F34: hue angle of 9.04º degrees, saturation: 0.41, 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 #7D3F34 is Cyan = 0, Magento = 0.50, Yellow = 0.58 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 63 | 52 | - |
| CMYK | 0 | 0.50 | 0.58 | 0.51 |
| HSL | 9.04º | 0.41% | 0.35% | - |
| HSV(B) | 9.04º | 0.58% | 0.49% | - |
| XYZ | 10.85 | 8.16 | 4.25 | - |
| YUV | 80.28 | 112.04 | 159.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 63 | 52 | 0 | 0.50 | 0.58 | 0.51 | 9.04 | 0.41 | 0.35 |
| Hex | 7D | 3F | 34 | 0 | 32 | 3A | 33 | 9 | 29 | 23 |
| Octal | 175 | 77 | 64 | 0 | 62 | 72 | 63 | 11 | 51 | 43 |
| Binary | 1111101 | 111111 | 110100 | 0 | 110010 | 111010 | 110011 | 1001 | 101001 | 100011 |
Color Harmonies of #7D3F34
Complementary color
Monochromatic Colors of #7D3F34
Black with #7D3F34
Text Example
Text Example
White with #7D3F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D3F34; }
p { color: rgb(125,63,52); }
H1.HeaderClassName
{
color: #7D3F34;
}
.AnyTagClassName
{
color: #7D3F34;
}
</style>
background-color css
<style>
a { background-color: #7D3F34; }
a { background-color: rgb(125,63,52); }
div.DivClassName
{
background-color: #7D3F34;
}
.BgClassName
{
background-color: #7D3F34;
}
</style>
border-color css
<style>
span { border-color: #7D3F34; }
span { border-color: rgb(125,63,52); }
td.TdClassName
{
border-color: #7D3F34;
}
.TagClassName
{
border-color: #7D3F34;
}
</style>