Shades of Red Robin #783F3A
Tints of Red Robin #783F3A
RGB
CMYK
RGB Variations
Color information
#783F3A (or 0x783F3A) is known color: Red Robin. HEX triplet: 78, 3F and 3A. RGB value is (120,63,58). Sum of RGB (Red+Green+Blue) = 120+63+58=241 (31% of max value = 765). Red value is 120 (47.27% from 255 or 49.79% from 241); Green value is 63 (25% from 255 or 26.14% from 241); Blue value is 58 (23.05% from 255 or 24.07% from 241); Max value from RGB is 120 - color contains mainly: red. Hex color #783F3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #783F3A is #87C0C5. Grayscale: #4F4F4F. Windows color (decimal): -8896710 or 3817336. OLE color: 3817336.
HSL color Cylindrical-coordinate representation of color #783F3A: hue angle of 4.84º degrees, saturation: 0.35, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #783F3A is Cyan = 0, Magento = 0.48, Yellow = 0.52 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 63 | 58 | - |
| CMYK | 0 | 0.48 | 0.52 | 0.53 |
| HSL | 4.84º | 0.35% | 0.35% | - |
| HSV(B) | 4.84º | 0.52% | 0.47% | - |
| XYZ | 10.29 | 7.85 | 4.98 | - |
| YUV | 79.47 | 115.88 | 156.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 63 | 58 | 0 | 0.48 | 0.52 | 0.53 | 4.84 | 0.35 | 0.35 |
| Hex | 78 | 3F | 3A | 0 | 30 | 34 | 35 | 5 | 23 | 23 |
| Octal | 170 | 77 | 72 | 0 | 60 | 64 | 65 | 5 | 43 | 43 |
| Binary | 1111000 | 111111 | 111010 | 0 | 110000 | 110100 | 110101 | 101 | 100011 | 100011 |
Color Harmonies of #783F3A
Complementary color
Monochromatic Colors of #783F3A
Black with #783F3A
Text Example
Text Example
White with #783F3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #783F3A; }
p { color: rgb(120,63,58); }
H1.HeaderClassName
{
color: #783F3A;
}
.AnyTagClassName
{
color: #783F3A;
}
</style>
background-color css
<style>
a { background-color: #783F3A; }
a { background-color: rgb(120,63,58); }
div.DivClassName
{
background-color: #783F3A;
}
.BgClassName
{
background-color: #783F3A;
}
</style>
border-color css
<style>
span { border-color: #783F3A; }
span { border-color: rgb(120,63,58); }
td.TdClassName
{
border-color: #783F3A;
}
.TagClassName
{
border-color: #783F3A;
}
</style>