Shades of Red Robin #7A3E39
Tints of Red Robin #7A3E39
RGB
CMYK
RGB Variations
Color information
#7A3E39 (or 0x7A3E39) is known color: Red Robin. HEX triplet: 7A, 3E and 39. RGB value is (122,62,57). Sum of RGB (Red+Green+Blue) = 122+62+57=241 (31% of max value = 765). Red value is 122 (48.05% from 255 or 50.62% from 241); Green value is 62 (24.61% from 255 or 25.73% from 241); Blue value is 57 (22.66% from 255 or 23.65% from 241); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3E39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A3E39 is #85C1C6. Grayscale: #4F4F4F. Windows color (decimal): -8765895 or 3751546. OLE color: 3751546.
HSL color Cylindrical-coordinate representation of color #7A3E39: hue angle of 4.62º 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 #7A3E39 is Cyan = 0, Magento = 0.49, Yellow = 0.53 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 62 | 57 | - |
| CMYK | 0 | 0.49 | 0.53 | 0.52 |
| HSL | 4.62º | 0.36% | 0.35% | - |
| HSV(B) | 4.62º | 0.53% | 0.48% | - |
| XYZ | 10.49 | 7.88 | 4.84 | - |
| YUV | 79.37 | 115.38 | 158.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 62 | 57 | 0 | 0.49 | 0.53 | 0.52 | 4.62 | 0.36 | 0.35 |
| Hex | 7A | 3E | 39 | 0 | 31 | 35 | 34 | 5 | 24 | 23 |
| Octal | 172 | 76 | 71 | 0 | 61 | 65 | 64 | 5 | 44 | 43 |
| Binary | 1111010 | 111110 | 111001 | 0 | 110001 | 110101 | 110100 | 101 | 100100 | 100011 |
Color Harmonies of #7A3E39
Complementary color
Monochromatic Colors of #7A3E39
Black with #7A3E39
Text Example
Text Example
White with #7A3E39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A3E39; }
p { color: rgb(122,62,57); }
H1.HeaderClassName
{
color: #7A3E39;
}
.AnyTagClassName
{
color: #7A3E39;
}
</style>
background-color css
<style>
a { background-color: #7A3E39; }
a { background-color: rgb(122,62,57); }
div.DivClassName
{
background-color: #7A3E39;
}
.BgClassName
{
background-color: #7A3E39;
}
</style>
border-color css
<style>
span { border-color: #7A3E39; }
span { border-color: rgb(122,62,57); }
td.TdClassName
{
border-color: #7A3E39;
}
.TagClassName
{
border-color: #7A3E39;
}
</style>