Shades of Red Robin #86453B
Tints of Red Robin #86453B
RGB
CMYK
RGB Variations
Color information
#86453B (or 0x86453B) is known color: Red Robin. HEX triplet: 86, 45 and 3B. RGB value is (134,69,59). Sum of RGB (Red+Green+Blue) = 134+69+59=262 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.15% from 262); Green value is 69 (27.34% from 255 or 26.34% from 262); Blue value is 59 (23.44% from 255 or 22.52% from 262); Max value from RGB is 134 - color contains mainly: red. Hex color #86453B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86453B is #79BAC4. Grayscale: #575757. Windows color (decimal): -7977669 or 3884422. OLE color: 3884422.
HSL color Cylindrical-coordinate representation of color #86453B: hue angle of 8º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #86453B is Cyan = 0, Magento = 0.49, Yellow = 0.56 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 69 | 59 | - |
| CMYK | 0 | 0.49 | 0.56 | 0.47 |
| HSL | 8º | 0.39% | 0.38% | - |
| HSV(B) | 8º | 0.56% | 0.53% | - |
| XYZ | 12.75 | 9.64 | 5.33 | - |
| YUV | 87.3 | 112.03 | 161.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 69 | 59 | 0 | 0.49 | 0.56 | 0.47 | 8 | 0.39 | 0.38 |
| Hex | 86 | 45 | 3B | 0 | 31 | 38 | 2F | 8 | 27 | 26 |
| Octal | 206 | 105 | 73 | 0 | 61 | 70 | 57 | 10 | 47 | 46 |
| Binary | 10000110 | 1000101 | 111011 | 0 | 110001 | 111000 | 101111 | 1000 | 100111 | 100110 |
Color Harmonies of #86453B
Complementary color
Monochromatic Colors of #86453B
Black with #86453B
Text Example
Text Example
White with #86453B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86453B; }
p { color: rgb(134,69,59); }
H1.HeaderClassName
{
color: #86453B;
}
.AnyTagClassName
{
color: #86453B;
}
</style>
background-color css
<style>
a { background-color: #86453B; }
a { background-color: rgb(134,69,59); }
div.DivClassName
{
background-color: #86453B;
}
.BgClassName
{
background-color: #86453B;
}
</style>
border-color css
<style>
span { border-color: #86453B; }
span { border-color: rgb(134,69,59); }
td.TdClassName
{
border-color: #86453B;
}
.TagClassName
{
border-color: #86453B;
}
</style>