Shades of Red Robin #793E3E
Tints of Red Robin #793E3E
RGB
CMYK
RGB Variations
Color information
#793E3E (or 0x793E3E) is known color: Red Robin. HEX triplet: 79, 3E and 3E. RGB value is (121,62,62). Sum of RGB (Red+Green+Blue) = 121+62+62=245 (32% of max value = 765). Red value is 121 (47.66% from 255 or 49.39% from 245); Green value is 62 (24.61% from 255 or 25.31% from 245); Blue value is 62 (24.61% from 255 or 25.31% from 245); Max value from RGB is 121 - color contains mainly: red. Hex color #793E3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #793E3E is #86C1C1. Grayscale: #4F4F4F. Windows color (decimal): -8831426 or 4079225. OLE color: 4079225.
HSL color Cylindrical-coordinate representation of color #793E3E: hue angle of 0º degrees, saturation: 0.32, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #793E3E is Cyan = 0, Magento = 0.49, Yellow = 0.49 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 62 | 62 | - |
| CMYK | 0 | 0.49 | 0.49 | 0.53 |
| HSL | 0º | 0.32% | 0.36% | - |
| HSV(B) | 0º | 0.49% | 0.47% | - |
| XYZ | 10.48 | 7.86 | 5.52 | - |
| YUV | 79.64 | 118.05 | 157.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 62 | 62 | 0 | 0.49 | 0.49 | 0.53 | 0 | 0.32 | 0.36 |
| Hex | 79 | 3E | 3E | 0 | 31 | 31 | 35 | 0 | 20 | 24 |
| Octal | 171 | 76 | 76 | 0 | 61 | 61 | 65 | 0 | 40 | 44 |
| Binary | 1111001 | 111110 | 111110 | 0 | 110001 | 110001 | 110101 | 0 | 100000 | 100100 |
Color Harmonies of #793E3E
Complementary color
Monochromatic Colors of #793E3E
Black with #793E3E
Text Example
Text Example
White with #793E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #793E3E; }
p { color: rgb(121,62,62); }
H1.HeaderClassName
{
color: #793E3E;
}
.AnyTagClassName
{
color: #793E3E;
}
</style>
background-color css
<style>
a { background-color: #793E3E; }
a { background-color: rgb(121,62,62); }
div.DivClassName
{
background-color: #793E3E;
}
.BgClassName
{
background-color: #793E3E;
}
</style>
border-color css
<style>
span { border-color: #793E3E; }
span { border-color: rgb(121,62,62); }
td.TdClassName
{
border-color: #793E3E;
}
.TagClassName
{
border-color: #793E3E;
}
</style>