Shades of Red Robin #86413C
Tints of Red Robin #86413C
RGB
CMYK
RGB Variations
Color information
#86413C (or 0x86413C) is known color: Red Robin. HEX triplet: 86, 41 and 3C. RGB value is (134,65,60). Sum of RGB (Red+Green+Blue) = 134+65+60=259 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.74% from 259); Green value is 65 (25.78% from 255 or 25.10% from 259); Blue value is 60 (23.83% from 255 or 23.17% from 259); Max value from RGB is 134 - color contains mainly: red. Hex color #86413C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86413C is #79BEC3. Grayscale: #555555. Windows color (decimal): -7978692 or 3948934. OLE color: 3948934.
HSL color Cylindrical-coordinate representation of color #86413C: hue angle of 4.05º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #86413C is Cyan = 0, Magento = 0.51, Yellow = 0.55 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 65 | 60 | - |
| CMYK | 0 | 0.51 | 0.55 | 0.47 |
| HSL | 4.05º | 0.38% | 0.38% | - |
| HSV(B) | 4.05º | 0.55% | 0.53% | - |
| XYZ | 12.54 | 9.18 | 5.39 | - |
| YUV | 85.06 | 113.86 | 162.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 65 | 60 | 0 | 0.51 | 0.55 | 0.47 | 4.05 | 0.38 | 0.38 |
| Hex | 86 | 41 | 3C | 0 | 33 | 37 | 2F | 4 | 26 | 26 |
| Octal | 206 | 101 | 74 | 0 | 63 | 67 | 57 | 4 | 46 | 46 |
| Binary | 10000110 | 1000001 | 111100 | 0 | 110011 | 110111 | 101111 | 100 | 100110 | 100110 |
Color Harmonies of #86413C
Complementary color
Monochromatic Colors of #86413C
Black with #86413C
Text Example
Text Example
White with #86413C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86413C; }
p { color: rgb(134,65,60); }
H1.HeaderClassName
{
color: #86413C;
}
.AnyTagClassName
{
color: #86413C;
}
</style>
background-color css
<style>
a { background-color: #86413C; }
a { background-color: rgb(134,65,60); }
div.DivClassName
{
background-color: #86413C;
}
.BgClassName
{
background-color: #86413C;
}
</style>
border-color css
<style>
span { border-color: #86413C; }
span { border-color: rgb(134,65,60); }
td.TdClassName
{
border-color: #86413C;
}
.TagClassName
{
border-color: #86413C;
}
</style>