Shades of Red Robin #864141
Tints of Red Robin #864141
RGB
CMYK
RGB Variations
Color information
#864141 (or 0x864141) is known color: Red Robin. HEX triplet: 86, 41 and 41. RGB value is (134,65,65). Sum of RGB (Red+Green+Blue) = 134+65+65=264 (34% of max value = 765). Red value is 134 (52.73% from 255 or 50.76% from 264); Green value is 65 (25.78% from 255 or 24.62% from 264); Blue value is 65 (25.78% from 255 or 24.62% from 264); Max value from RGB is 134 - color contains mainly: red. Hex color #864141 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #864141 is #79BEBE. Grayscale: #555555. Windows color (decimal): -7978687 or 4276614. OLE color: 4276614.
HSL color Cylindrical-coordinate representation of color #864141: hue angle of 0º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #864141 is Cyan = 0, Magento = 0.51, Yellow = 0.51 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 65 | 65 | - |
| CMYK | 0 | 0.51 | 0.51 | 0.47 |
| HSL | 0º | 0.35% | 0.39% | - |
| HSV(B) | 0º | 0.51% | 0.53% | - |
| XYZ | 12.68 | 9.23 | 6.11 | - |
| YUV | 85.63 | 116.36 | 162.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 65 | 65 | 0 | 0.51 | 0.51 | 0.47 | 0 | 0.35 | 0.39 |
| Hex | 86 | 41 | 41 | 0 | 33 | 33 | 2F | 0 | 23 | 27 |
| Octal | 206 | 101 | 101 | 0 | 63 | 63 | 57 | 0 | 43 | 47 |
| Binary | 10000110 | 1000001 | 1000001 | 0 | 110011 | 110011 | 101111 | 0 | 100011 | 100111 |
Color Harmonies of #864141
Complementary color
Monochromatic Colors of #864141
Black with #864141
Text Example
Text Example
White with #864141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #864141; }
p { color: rgb(134,65,65); }
H1.HeaderClassName
{
color: #864141;
}
.AnyTagClassName
{
color: #864141;
}
</style>
background-color css
<style>
a { background-color: #864141; }
a { background-color: rgb(134,65,65); }
div.DivClassName
{
background-color: #864141;
}
.BgClassName
{
background-color: #864141;
}
</style>
border-color css
<style>
span { border-color: #864141; }
span { border-color: rgb(134,65,65); }
td.TdClassName
{
border-color: #864141;
}
.TagClassName
{
border-color: #864141;
}
</style>