Shades of Red Robin #783C3B
Tints of Red Robin #783C3B
RGB
CMYK
RGB Variations
Color information
#783C3B (or 0x783C3B) is known color: Red Robin. HEX triplet: 78, 3C and 3B. RGB value is (120,60,59). Sum of RGB (Red+Green+Blue) = 120+60+59=239 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50.21% from 239); Green value is 60 (23.83% from 255 or 25.10% from 239); Blue value is 59 (23.44% from 255 or 24.69% from 239); Max value from RGB is 120 - color contains mainly: red. Hex color #783C3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #783C3B is #87C3C4. Grayscale: #4D4D4D. Windows color (decimal): -8897477 or 3882104. OLE color: 3882104.
HSL color Cylindrical-coordinate representation of color #783C3B: hue angle of 0.98º 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 #783C3B is Cyan = 0, Magento = 0.5, Yellow = 0.51 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 60 | 59 | - |
| CMYK | 0 | 0.5 | 0.51 | 0.53 |
| HSL | 0.98º | 0.34% | 0.35% | - |
| HSV(B) | 0.98º | 0.51% | 0.47% | - |
| XYZ | 10.15 | 7.54 | 5.06 | - |
| YUV | 77.83 | 117.38 | 158.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 60 | 59 | 0 | 0.5 | 0.51 | 0.53 | 0.98 | 0.34 | 0.35 |
| Hex | 78 | 3C | 3B | 0 | 32 | 33 | 35 | 1 | 22 | 23 |
| Octal | 170 | 74 | 73 | 0 | 62 | 63 | 65 | 1 | 42 | 43 |
| Binary | 1111000 | 111100 | 111011 | 0 | 110010 | 110011 | 110101 | 1 | 100010 | 100011 |
Color Harmonies of #783C3B
Complementary color
Monochromatic Colors of #783C3B
Black with #783C3B
Text Example
Text Example
White with #783C3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #783C3B; }
p { color: rgb(120,60,59); }
H1.HeaderClassName
{
color: #783C3B;
}
.AnyTagClassName
{
color: #783C3B;
}
</style>
background-color css
<style>
a { background-color: #783C3B; }
a { background-color: rgb(120,60,59); }
div.DivClassName
{
background-color: #783C3B;
}
.BgClassName
{
background-color: #783C3B;
}
</style>
border-color css
<style>
span { border-color: #783C3B; }
span { border-color: rgb(120,60,59); }
td.TdClassName
{
border-color: #783C3B;
}
.TagClassName
{
border-color: #783C3B;
}
</style>