Shades of Red Robin #86453F
Tints of Red Robin #86453F
RGB
CMYK
RGB Variations
Color information
#86453F (or 0x86453F) is known color: Red Robin. HEX triplet: 86, 45 and 3F. RGB value is (134,69,63). Sum of RGB (Red+Green+Blue) = 134+69+63=266 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50.38% from 266); Green value is 69 (27.34% from 255 or 25.94% from 266); Blue value is 63 (25% from 255 or 23.68% from 266); Max value from RGB is 134 - color contains mainly: red. Hex color #86453F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86453F is #79BAC0. Grayscale: #575757. Windows color (decimal): -7977665 or 4146566. OLE color: 4146566.
HSL color Cylindrical-coordinate representation of color #86453F: hue angle of 5.07º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #86453F is Cyan = 0, Magento = 0.49, Yellow = 0.53 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 69 | 63 | - |
| CMYK | 0 | 0.49 | 0.53 | 0.47 |
| HSL | 5.07º | 0.36% | 0.39% | - |
| HSV(B) | 5.07º | 0.53% | 0.53% | - |
| XYZ | 12.86 | 9.68 | 5.89 | - |
| YUV | 87.75 | 114.03 | 160.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 69 | 63 | 0 | 0.49 | 0.53 | 0.47 | 5.07 | 0.36 | 0.39 |
| Hex | 86 | 45 | 3F | 0 | 31 | 35 | 2F | 5 | 24 | 27 |
| Octal | 206 | 105 | 77 | 0 | 61 | 65 | 57 | 5 | 44 | 47 |
| Binary | 10000110 | 1000101 | 111111 | 0 | 110001 | 110101 | 101111 | 101 | 100100 | 100111 |
Color Harmonies of #86453F
Complementary color
Monochromatic Colors of #86453F
Black with #86453F
Text Example
Text Example
White with #86453F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86453F; }
p { color: rgb(134,69,63); }
H1.HeaderClassName
{
color: #86453F;
}
.AnyTagClassName
{
color: #86453F;
}
</style>
background-color css
<style>
a { background-color: #86453F; }
a { background-color: rgb(134,69,63); }
div.DivClassName
{
background-color: #86453F;
}
.BgClassName
{
background-color: #86453F;
}
</style>
border-color css
<style>
span { border-color: #86453F; }
span { border-color: rgb(134,69,63); }
td.TdClassName
{
border-color: #86453F;
}
.TagClassName
{
border-color: #86453F;
}
</style>