Shades of Red Robin #793E3B
Tints of Red Robin #793E3B
RGB
CMYK
RGB Variations
Color information
#793E3B (or 0x793E3B) is known color: Red Robin. HEX triplet: 79, 3E and 3B. RGB value is (121,62,59). Sum of RGB (Red+Green+Blue) = 121+62+59=242 (32% of max value = 765). Red value is 121 (47.66% from 255 or 50% from 242); Green value is 62 (24.61% from 255 or 25.62% from 242); Blue value is 59 (23.44% from 255 or 24.38% from 242); Max value from RGB is 121 - color contains mainly: red. Hex color #793E3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #793E3B is #86C1C4. Grayscale: #4F4F4F. Windows color (decimal): -8831429 or 3882617. OLE color: 3882617.
HSL color Cylindrical-coordinate representation of color #793E3B: hue angle of 2.9º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #793E3B is Cyan = 0, Magento = 0.49, Yellow = 0.51 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 62 | 59 | - |
| CMYK | 0 | 0.49 | 0.51 | 0.53 |
| HSL | 2.9º | 0.34% | 0.35% | - |
| HSV(B) | 2.9º | 0.51% | 0.47% | - |
| XYZ | 10.4 | 7.83 | 5.1 | - |
| YUV | 79.3 | 116.55 | 157.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 62 | 59 | 0 | 0.49 | 0.51 | 0.53 | 2.9 | 0.34 | 0.35 |
| Hex | 79 | 3E | 3B | 0 | 31 | 33 | 35 | 3 | 22 | 23 |
| Octal | 171 | 76 | 73 | 0 | 61 | 63 | 65 | 3 | 42 | 43 |
| Binary | 1111001 | 111110 | 111011 | 0 | 110001 | 110011 | 110101 | 11 | 100010 | 100011 |
Color Harmonies of #793E3B
Complementary color
Monochromatic Colors of #793E3B
Black with #793E3B
Text Example
Text Example
White with #793E3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #793E3B; }
p { color: rgb(121,62,59); }
H1.HeaderClassName
{
color: #793E3B;
}
.AnyTagClassName
{
color: #793E3B;
}
</style>
background-color css
<style>
a { background-color: #793E3B; }
a { background-color: rgb(121,62,59); }
div.DivClassName
{
background-color: #793E3B;
}
.BgClassName
{
background-color: #793E3B;
}
</style>
border-color css
<style>
span { border-color: #793E3B; }
span { border-color: rgb(121,62,59); }
td.TdClassName
{
border-color: #793E3B;
}
.TagClassName
{
border-color: #793E3B;
}
</style>