Shades of Red Robin #86453D
Tints of Red Robin #86453D
RGB
CMYK
RGB Variations
Color information
#86453D (or 0x86453D) is known color: Red Robin. HEX triplet: 86, 45 and 3D. RGB value is (134,69,61). Sum of RGB (Red+Green+Blue) = 134+69+61=264 (34% of max value = 765). Red value is 134 (52.73% from 255 or 50.76% from 264); Green value is 69 (27.34% from 255 or 26.14% from 264); Blue value is 61 (24.22% from 255 or 23.11% from 264); Max value from RGB is 134 - color contains mainly: red. Hex color #86453D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86453D is #79BAC2. Grayscale: #575757. Windows color (decimal): -7977667 or 4015494. OLE color: 4015494.
HSL color Cylindrical-coordinate representation of color #86453D: hue angle of 6.58º 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 #86453D is Cyan = 0, Magento = 0.49, Yellow = 0.54 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 69 | 61 | - |
| CMYK | 0 | 0.49 | 0.54 | 0.47 |
| HSL | 6.58º | 0.37% | 0.38% | - |
| HSV(B) | 6.58º | 0.54% | 0.53% | - |
| XYZ | 12.8 | 9.66 | 5.6 | - |
| YUV | 87.52 | 113.03 | 161.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 69 | 61 | 0 | 0.49 | 0.54 | 0.47 | 6.58 | 0.37 | 0.38 |
| Hex | 86 | 45 | 3D | 0 | 31 | 36 | 2F | 7 | 25 | 26 |
| Octal | 206 | 105 | 75 | 0 | 61 | 66 | 57 | 7 | 45 | 46 |
| Binary | 10000110 | 1000101 | 111101 | 0 | 110001 | 110110 | 101111 | 111 | 100101 | 100110 |
Color Harmonies of #86453D
Complementary color
Monochromatic Colors of #86453D
Black with #86453D
Text Example
Text Example
White with #86453D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86453D; }
p { color: rgb(134,69,61); }
H1.HeaderClassName
{
color: #86453D;
}
.AnyTagClassName
{
color: #86453D;
}
</style>
background-color css
<style>
a { background-color: #86453D; }
a { background-color: rgb(134,69,61); }
div.DivClassName
{
background-color: #86453D;
}
.BgClassName
{
background-color: #86453D;
}
</style>
border-color css
<style>
span { border-color: #86453D; }
span { border-color: rgb(134,69,61); }
td.TdClassName
{
border-color: #86453D;
}
.TagClassName
{
border-color: #86453D;
}
</style>