Shades of Red Robin #783D39
Tints of Red Robin #783D39
RGB
CMYK
RGB Variations
Color information
#783D39 (or 0x783D39) is known color: Red Robin. HEX triplet: 78, 3D and 39. RGB value is (120,61,57). Sum of RGB (Red+Green+Blue) = 120+61+57=238 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50.42% from 238); Green value is 61 (24.22% from 255 or 25.63% from 238); Blue value is 57 (22.66% from 255 or 23.95% from 238); Max value from RGB is 120 - color contains mainly: red. Hex color #783D39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #783D39 is #87C2C6. Grayscale: #4E4E4E. Windows color (decimal): -8897223 or 3751288. OLE color: 3751288.
HSL color Cylindrical-coordinate representation of color #783D39: hue angle of 3.81º degrees, saturation: 0.36, 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 #783D39 is Cyan = 0, Magento = 0.49, Yellow = 0.52 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 61 | 57 | - |
| CMYK | 0 | 0.49 | 0.52 | 0.53 |
| HSL | 3.81º | 0.36% | 0.35% | - |
| HSV(B) | 3.81º | 0.53% | 0.47% | - |
| XYZ | 10.15 | 7.63 | 4.81 | - |
| YUV | 78.19 | 116.05 | 157.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 61 | 57 | 0 | 0.49 | 0.52 | 0.53 | 3.81 | 0.36 | 0.35 |
| Hex | 78 | 3D | 39 | 0 | 31 | 34 | 35 | 4 | 24 | 23 |
| Octal | 170 | 75 | 71 | 0 | 61 | 64 | 65 | 4 | 44 | 43 |
| Binary | 1111000 | 111101 | 111001 | 0 | 110001 | 110100 | 110101 | 100 | 100100 | 100011 |
Color Harmonies of #783D39
Complementary color
Monochromatic Colors of #783D39
Black with #783D39
Text Example
Text Example
White with #783D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #783D39; }
p { color: rgb(120,61,57); }
H1.HeaderClassName
{
color: #783D39;
}
.AnyTagClassName
{
color: #783D39;
}
</style>
background-color css
<style>
a { background-color: #783D39; }
a { background-color: rgb(120,61,57); }
div.DivClassName
{
background-color: #783D39;
}
.BgClassName
{
background-color: #783D39;
}
</style>
border-color css
<style>
span { border-color: #783D39; }
span { border-color: rgb(120,61,57); }
td.TdClassName
{
border-color: #783D39;
}
.TagClassName
{
border-color: #783D39;
}
</style>