Shades of Red Robin #86413A
Tints of Red Robin #86413A
RGB
CMYK
RGB Variations
Color information
#86413A (or 0x86413A) is known color: Red Robin. HEX triplet: 86, 41 and 3A. RGB value is (134,65,58). Sum of RGB (Red+Green+Blue) = 134+65+58=257 (34% of max value = 765). Red value is 134 (52.73% from 255 or 52.14% from 257); Green value is 65 (25.78% from 255 or 25.29% from 257); Blue value is 58 (23.05% from 255 or 22.57% from 257); Max value from RGB is 134 - color contains mainly: red. Hex color #86413A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86413A is #79BEC5. Grayscale: #545454. Windows color (decimal): -7978694 or 3817862. OLE color: 3817862.
HSL color Cylindrical-coordinate representation of color #86413A: hue angle of 5.53º degrees, saturation: 0.4, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #86413A is Cyan = 0, Magento = 0.51, Yellow = 0.57 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 65 | 58 | - |
| CMYK | 0 | 0.51 | 0.57 | 0.47 |
| HSL | 5.53º | 0.4% | 0.38% | - |
| HSV(B) | 5.53º | 0.57% | 0.53% | - |
| XYZ | 12.49 | 9.15 | 5.11 | - |
| YUV | 84.83 | 112.86 | 163.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 65 | 58 | 0 | 0.51 | 0.57 | 0.47 | 5.53 | 0.4 | 0.38 |
| Hex | 86 | 41 | 3A | 0 | 33 | 39 | 2F | 6 | 28 | 26 |
| Octal | 206 | 101 | 72 | 0 | 63 | 71 | 57 | 6 | 50 | 46 |
| Binary | 10000110 | 1000001 | 111010 | 0 | 110011 | 111001 | 101111 | 110 | 101000 | 100110 |
Color Harmonies of #86413A
Complementary color
Monochromatic Colors of #86413A
Black with #86413A
Text Example
Text Example
White with #86413A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86413A; }
p { color: rgb(134,65,58); }
H1.HeaderClassName
{
color: #86413A;
}
.AnyTagClassName
{
color: #86413A;
}
</style>
background-color css
<style>
a { background-color: #86413A; }
a { background-color: rgb(134,65,58); }
div.DivClassName
{
background-color: #86413A;
}
.BgClassName
{
background-color: #86413A;
}
</style>
border-color css
<style>
span { border-color: #86413A; }
span { border-color: rgb(134,65,58); }
td.TdClassName
{
border-color: #86413A;
}
.TagClassName
{
border-color: #86413A;
}
</style>