Shades of Red Robin #7A3F39
Tints of Red Robin #7A3F39
RGB
CMYK
RGB Variations
Color information
#7A3F39 (or 0x7A3F39) is known color: Red Robin. HEX triplet: 7A, 3F and 39. RGB value is (122,63,57). Sum of RGB (Red+Green+Blue) = 122+63+57=242 (32% of max value = 765). Red value is 122 (48.05% from 255 or 50.41% from 242); Green value is 63 (25% from 255 or 26.03% from 242); Blue value is 57 (22.66% from 255 or 23.55% from 242); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3F39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A3F39 is #85C0C6. Grayscale: #505050. Windows color (decimal): -8765639 or 3751802. OLE color: 3751802.
HSL color Cylindrical-coordinate representation of color #7A3F39: hue angle of 5.54º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7A3F39 is Cyan = 0, Magento = 0.48, Yellow = 0.53 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 63 | 57 | - |
| CMYK | 0 | 0.48 | 0.53 | 0.52 |
| HSL | 5.54º | 0.36% | 0.35% | - |
| HSV(B) | 5.54º | 0.53% | 0.48% | - |
| XYZ | 10.54 | 7.99 | 4.86 | - |
| YUV | 79.96 | 115.05 | 157.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 63 | 57 | 0 | 0.48 | 0.53 | 0.52 | 5.54 | 0.36 | 0.35 |
| Hex | 7A | 3F | 39 | 0 | 30 | 35 | 34 | 6 | 24 | 23 |
| Octal | 172 | 77 | 71 | 0 | 60 | 65 | 64 | 6 | 44 | 43 |
| Binary | 1111010 | 111111 | 111001 | 0 | 110000 | 110101 | 110100 | 110 | 100100 | 100011 |
Color Harmonies of #7A3F39
Complementary color
Monochromatic Colors of #7A3F39
Black with #7A3F39
Text Example
Text Example
White with #7A3F39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A3F39; }
p { color: rgb(122,63,57); }
H1.HeaderClassName
{
color: #7A3F39;
}
.AnyTagClassName
{
color: #7A3F39;
}
</style>
background-color css
<style>
a { background-color: #7A3F39; }
a { background-color: rgb(122,63,57); }
div.DivClassName
{
background-color: #7A3F39;
}
.BgClassName
{
background-color: #7A3F39;
}
</style>
border-color css
<style>
span { border-color: #7A3F39; }
span { border-color: rgb(122,63,57); }
td.TdClassName
{
border-color: #7A3F39;
}
.TagClassName
{
border-color: #7A3F39;
}
</style>