Shades of Red Robin #86403D
Tints of Red Robin #86403D
RGB
CMYK
RGB Variations
Color information
#86403D (or 0x86403D) is known color: Red Robin. HEX triplet: 86, 40 and 3D. RGB value is (134,64,61). Sum of RGB (Red+Green+Blue) = 134+64+61=259 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.74% from 259); Green value is 64 (25.39% from 255 or 24.71% from 259); Blue value is 61 (24.22% from 255 or 23.55% from 259); Max value from RGB is 134 - color contains mainly: red. Hex color #86403D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86403D is #79BFC2. Grayscale: #545454. Windows color (decimal): -7978947 or 4014214. OLE color: 4014214.
HSL color Cylindrical-coordinate representation of color #86403D: hue angle of 2.47º 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 #86403D is Cyan = 0, Magento = 0.52, Yellow = 0.54 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 64 | 61 | - |
| CMYK | 0 | 0.52 | 0.54 | 0.47 |
| HSL | 2.47º | 0.37% | 0.38% | - |
| HSV(B) | 2.47º | 0.54% | 0.53% | - |
| XYZ | 12.51 | 9.07 | 5.51 | - |
| YUV | 84.59 | 114.69 | 163.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 64 | 61 | 0 | 0.52 | 0.54 | 0.47 | 2.47 | 0.37 | 0.38 |
| Hex | 86 | 40 | 3D | 0 | 34 | 36 | 2F | 2 | 25 | 26 |
| Octal | 206 | 100 | 75 | 0 | 64 | 66 | 57 | 2 | 45 | 46 |
| Binary | 10000110 | 1000000 | 111101 | 0 | 110100 | 110110 | 101111 | 10 | 100101 | 100110 |
Color Harmonies of #86403D
Complementary color
Monochromatic Colors of #86403D
Black with #86403D
Text Example
Text Example
White with #86403D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86403D; }
p { color: rgb(134,64,61); }
H1.HeaderClassName
{
color: #86403D;
}
.AnyTagClassName
{
color: #86403D;
}
</style>
background-color css
<style>
a { background-color: #86403D; }
a { background-color: rgb(134,64,61); }
div.DivClassName
{
background-color: #86403D;
}
.BgClassName
{
background-color: #86403D;
}
</style>
border-color css
<style>
span { border-color: #86403D; }
span { border-color: rgb(134,64,61); }
td.TdClassName
{
border-color: #86403D;
}
.TagClassName
{
border-color: #86403D;
}
</style>