Shades of Red Robin #7D3F35
Tints of Red Robin #7D3F35
RGB
CMYK
RGB Variations
Color information
#7D3F35 (or 0x7D3F35) is known color: Red Robin. HEX triplet: 7D, 3F and 35. RGB value is (125,63,53). Sum of RGB (Red+Green+Blue) = 125+63+53=241 (31% of max value = 765). Red value is 125 (49.22% from 255 or 51.87% from 241); Green value is 63 (25% from 255 or 26.14% from 241); Blue value is 53 (21.09% from 255 or 21.99% from 241); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3F35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D3F35 is #82C0CA. Grayscale: #505050. Windows color (decimal): -8569035 or 3489661. OLE color: 3489661.
HSL color Cylindrical-coordinate representation of color #7D3F35: hue angle of 8.33º 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 #7D3F35 is Cyan = 0, Magento = 0.50, Yellow = 0.58 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 63 | 53 | - |
| CMYK | 0 | 0.50 | 0.58 | 0.51 |
| HSL | 8.33º | 0.4% | 0.35% | - |
| HSV(B) | 8.33º | 0.58% | 0.49% | - |
| XYZ | 10.88 | 8.17 | 4.37 | - |
| YUV | 80.4 | 112.54 | 159.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 63 | 53 | 0 | 0.50 | 0.58 | 0.51 | 8.33 | 0.4 | 0.35 |
| Hex | 7D | 3F | 35 | 0 | 32 | 3A | 33 | 8 | 28 | 23 |
| Octal | 175 | 77 | 65 | 0 | 62 | 72 | 63 | 10 | 50 | 43 |
| Binary | 1111101 | 111111 | 110101 | 0 | 110010 | 111010 | 110011 | 1000 | 101000 | 100011 |
Color Harmonies of #7D3F35
Complementary color
Monochromatic Colors of #7D3F35
Black with #7D3F35
Text Example
Text Example
White with #7D3F35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D3F35; }
p { color: rgb(125,63,53); }
H1.HeaderClassName
{
color: #7D3F35;
}
.AnyTagClassName
{
color: #7D3F35;
}
</style>
background-color css
<style>
a { background-color: #7D3F35; }
a { background-color: rgb(125,63,53); }
div.DivClassName
{
background-color: #7D3F35;
}
.BgClassName
{
background-color: #7D3F35;
}
</style>
border-color css
<style>
span { border-color: #7D3F35; }
span { border-color: rgb(125,63,53); }
td.TdClassName
{
border-color: #7D3F35;
}
.TagClassName
{
border-color: #7D3F35;
}
</style>