Shades of Red Robin #86413D
Tints of Red Robin #86413D
RGB
CMYK
RGB Variations
Color information
#86413D (or 0x86413D) is known color: Red Robin. HEX triplet: 86, 41 and 3D. RGB value is (134,65,61). Sum of RGB (Red+Green+Blue) = 134+65+61=260 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.54% from 260); Green value is 65 (25.78% from 255 or 25% from 260); Blue value is 61 (24.22% from 255 or 23.46% from 260); Max value from RGB is 134 - color contains mainly: red. Hex color #86413D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86413D is #79BEC2. Grayscale: #555555. Windows color (decimal): -7978691 or 4014470. OLE color: 4014470.
HSL color Cylindrical-coordinate representation of color #86413D: hue angle of 3.29º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #86413D is Cyan = 0, Magento = 0.51, Yellow = 0.54 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 65 | 61 | - |
| CMYK | 0 | 0.51 | 0.54 | 0.47 |
| HSL | 3.29º | 0.37% | 0.38% | - |
| HSV(B) | 3.29º | 0.54% | 0.53% | - |
| XYZ | 12.56 | 9.19 | 5.53 | - |
| YUV | 85.18 | 114.36 | 162.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 65 | 61 | 0 | 0.51 | 0.54 | 0.47 | 3.29 | 0.37 | 0.38 |
| Hex | 86 | 41 | 3D | 0 | 33 | 36 | 2F | 3 | 25 | 26 |
| Octal | 206 | 101 | 75 | 0 | 63 | 66 | 57 | 3 | 45 | 46 |
| Binary | 10000110 | 1000001 | 111101 | 0 | 110011 | 110110 | 101111 | 11 | 100101 | 100110 |
Color Harmonies of #86413D
Complementary color
Monochromatic Colors of #86413D
Black with #86413D
Text Example
Text Example
White with #86413D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86413D; }
p { color: rgb(134,65,61); }
H1.HeaderClassName
{
color: #86413D;
}
.AnyTagClassName
{
color: #86413D;
}
</style>
background-color css
<style>
a { background-color: #86413D; }
a { background-color: rgb(134,65,61); }
div.DivClassName
{
background-color: #86413D;
}
.BgClassName
{
background-color: #86413D;
}
</style>
border-color css
<style>
span { border-color: #86413D; }
span { border-color: rgb(134,65,61); }
td.TdClassName
{
border-color: #86413D;
}
.TagClassName
{
border-color: #86413D;
}
</style>