Shades of Red Robin #7A3A39
Tints of Red Robin #7A3A39
RGB
CMYK
RGB Variations
Color information
#7A3A39 (or 0x7A3A39) is known color: Red Robin. HEX triplet: 7A, 3A and 39. RGB value is (122,58,57). Sum of RGB (Red+Green+Blue) = 122+58+57=237 (31% of max value = 765). Red value is 122 (48.05% from 255 or 51.48% from 237); Green value is 58 (23.05% from 255 or 24.47% from 237); Blue value is 57 (22.66% from 255 or 24.05% from 237); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3A39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A3A39 is #85C5C6. Grayscale: #4D4D4D. Windows color (decimal): -8766919 or 3750522. OLE color: 3750522.
HSL color Cylindrical-coordinate representation of color #7A3A39: hue angle of 0.92º 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 #7A3A39 is Cyan = 0, Magento = 0.52, Yellow = 0.53 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 58 | 57 | - |
| CMYK | 0 | 0.52 | 0.53 | 0.52 |
| HSL | 0.92º | 0.36% | 0.35% | - |
| HSV(B) | 0.92º | 0.53% | 0.48% | - |
| XYZ | 10.28 | 7.46 | 4.77 | - |
| YUV | 77.02 | 116.7 | 160.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 58 | 57 | 0 | 0.52 | 0.53 | 0.52 | 0.92 | 0.36 | 0.35 |
| Hex | 7A | 3A | 39 | 0 | 34 | 35 | 34 | 1 | 24 | 23 |
| Octal | 172 | 72 | 71 | 0 | 64 | 65 | 64 | 1 | 44 | 43 |
| Binary | 1111010 | 111010 | 111001 | 0 | 110100 | 110101 | 110100 | 1 | 100100 | 100011 |
Color Harmonies of #7A3A39
Complementary color
Monochromatic Colors of #7A3A39
Black with #7A3A39
Text Example
Text Example
White with #7A3A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A3A39; }
p { color: rgb(122,58,57); }
H1.HeaderClassName
{
color: #7A3A39;
}
.AnyTagClassName
{
color: #7A3A39;
}
</style>
background-color css
<style>
a { background-color: #7A3A39; }
a { background-color: rgb(122,58,57); }
div.DivClassName
{
background-color: #7A3A39;
}
.BgClassName
{
background-color: #7A3A39;
}
</style>
border-color css
<style>
span { border-color: #7A3A39; }
span { border-color: rgb(122,58,57); }
td.TdClassName
{
border-color: #7A3A39;
}
.TagClassName
{
border-color: #7A3A39;
}
</style>