Shades of Red Robin #783D3D
Tints of Red Robin #783D3D
RGB
CMYK
RGB Variations
Color information
#783D3D (or 0x783D3D) is known color: Red Robin. HEX triplet: 78, 3D and 3D. RGB value is (120,61,61). Sum of RGB (Red+Green+Blue) = 120+61+61=242 (32% of max value = 765). Red value is 120 (47.27% from 255 or 49.59% from 242); Green value is 61 (24.22% from 255 or 25.21% from 242); Blue value is 61 (24.22% from 255 or 25.21% from 242); Max value from RGB is 120 - color contains mainly: red. Hex color #783D3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #783D3D is #87C2C2. Grayscale: #4E4E4E. Windows color (decimal): -8897219 or 4013432. OLE color: 4013432.
HSL color Cylindrical-coordinate representation of color #783D3D: hue angle of 0º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #783D3D is Cyan = 0, Magento = 0.49, Yellow = 0.49 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 61 | 61 | - |
| CMYK | 0 | 0.49 | 0.49 | 0.53 |
| HSL | 0º | 0.33% | 0.35% | - |
| HSV(B) | 0º | 0.49% | 0.47% | - |
| XYZ | 10.26 | 7.67 | 5.35 | - |
| YUV | 78.64 | 118.05 | 157.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 61 | 61 | 0 | 0.49 | 0.49 | 0.53 | 0 | 0.33 | 0.35 |
| Hex | 78 | 3D | 3D | 0 | 31 | 31 | 35 | 0 | 21 | 23 |
| Octal | 170 | 75 | 75 | 0 | 61 | 61 | 65 | 0 | 41 | 43 |
| Binary | 1111000 | 111101 | 111101 | 0 | 110001 | 110001 | 110101 | 0 | 100001 | 100011 |
Color Harmonies of #783D3D
Complementary color
Monochromatic Colors of #783D3D
Black with #783D3D
Text Example
Text Example
White with #783D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #783D3D; }
p { color: rgb(120,61,61); }
H1.HeaderClassName
{
color: #783D3D;
}
.AnyTagClassName
{
color: #783D3D;
}
</style>
background-color css
<style>
a { background-color: #783D3D; }
a { background-color: rgb(120,61,61); }
div.DivClassName
{
background-color: #783D3D;
}
.BgClassName
{
background-color: #783D3D;
}
</style>
border-color css
<style>
span { border-color: #783D3D; }
span { border-color: rgb(120,61,61); }
td.TdClassName
{
border-color: #783D3D;
}
.TagClassName
{
border-color: #783D3D;
}
</style>