Shades of Red Robin #7B413B
Tints of Red Robin #7B413B
RGB
CMYK
RGB Variations
Color information
#7B413B (or 0x7B413B) is known color: Red Robin. HEX triplet: 7B, 41 and 3B. RGB value is (123,65,59). Sum of RGB (Red+Green+Blue) = 123+65+59=247 (32% of max value = 765). Red value is 123 (48.44% from 255 or 49.80% from 247); Green value is 65 (25.78% from 255 or 26.32% from 247); Blue value is 59 (23.44% from 255 or 23.89% from 247); Max value from RGB is 123 - color contains mainly: red. Hex color #7B413B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B413B is #84BEC4. Grayscale: #515151. Windows color (decimal): -8699589 or 3883387. OLE color: 3883387.
HSL color Cylindrical-coordinate representation of color #7B413B: hue angle of 5.62º degrees, saturation: 0.35, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7B413B is Cyan = 0, Magento = 0.47, Yellow = 0.52 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 65 | 59 | - |
| CMYK | 0 | 0.47 | 0.52 | 0.52 |
| HSL | 5.63º | 0.35% | 0.36% | - |
| HSV(B) | 5.63º | 0.52% | 0.48% | - |
| XYZ | 10.85 | 8.31 | 5.17 | - |
| YUV | 81.66 | 115.22 | 157.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 65 | 59 | 0 | 0.47 | 0.52 | 0.52 | 5.63 | 0.35 | 0.36 |
| Hex | 7B | 41 | 3B | 0 | 2F | 34 | 34 | 6 | 23 | 24 |
| Octal | 173 | 101 | 73 | 0 | 57 | 64 | 64 | 6 | 43 | 44 |
| Binary | 1111011 | 1000001 | 111011 | 0 | 101111 | 110100 | 110100 | 110 | 100011 | 100100 |
Color Harmonies of #7B413B
Complementary color
Monochromatic Colors of #7B413B
Black with #7B413B
Text Example
Text Example
White with #7B413B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B413B; }
p { color: rgb(123,65,59); }
H1.HeaderClassName
{
color: #7B413B;
}
.AnyTagClassName
{
color: #7B413B;
}
</style>
background-color css
<style>
a { background-color: #7B413B; }
a { background-color: rgb(123,65,59); }
div.DivClassName
{
background-color: #7B413B;
}
.BgClassName
{
background-color: #7B413B;
}
</style>
border-color css
<style>
span { border-color: #7B413B; }
span { border-color: rgb(123,65,59); }
td.TdClassName
{
border-color: #7B413B;
}
.TagClassName
{
border-color: #7B413B;
}
</style>