Shades of Red Robin #83463F
Tints of Red Robin #83463F
RGB
CMYK
RGB Variations
Color information
#83463F (or 0x83463F) is known color: Red Robin. HEX triplet: 83, 46 and 3F. RGB value is (131,70,63). Sum of RGB (Red+Green+Blue) = 131+70+63=264 (34% of max value = 765). Red value is 131 (51.56% from 255 or 49.62% from 264); Green value is 70 (27.73% from 255 or 26.52% from 264); Blue value is 63 (25% from 255 or 23.86% from 264); Max value from RGB is 131 - color contains mainly: red. Hex color #83463F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83463F is #7CB9C0. Grayscale: #575757. Windows color (decimal): -8174017 or 4146819. OLE color: 4146819.
HSL color Cylindrical-coordinate representation of color #83463F: hue angle of 6.18º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #83463F is Cyan = 0, Magento = 0.47, Yellow = 0.52 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 70 | 63 | - |
| CMYK | 0 | 0.47 | 0.52 | 0.49 |
| HSL | 6.18º | 0.35% | 0.38% | - |
| HSV(B) | 6.18º | 0.52% | 0.51% | - |
| XYZ | 12.45 | 9.56 | 5.89 | - |
| YUV | 87.44 | 114.21 | 159.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 70 | 63 | 0 | 0.47 | 0.52 | 0.49 | 6.18 | 0.35 | 0.38 |
| Hex | 83 | 46 | 3F | 0 | 2F | 34 | 31 | 6 | 23 | 26 |
| Octal | 203 | 106 | 77 | 0 | 57 | 64 | 61 | 6 | 43 | 46 |
| Binary | 10000011 | 1000110 | 111111 | 0 | 101111 | 110100 | 110001 | 110 | 100011 | 100110 |
Color Harmonies of #83463F
Complementary color
Monochromatic Colors of #83463F
Black with #83463F
Text Example
Text Example
White with #83463F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83463F; }
p { color: rgb(131,70,63); }
H1.HeaderClassName
{
color: #83463F;
}
.AnyTagClassName
{
color: #83463F;
}
</style>
background-color css
<style>
a { background-color: #83463F; }
a { background-color: rgb(131,70,63); }
div.DivClassName
{
background-color: #83463F;
}
.BgClassName
{
background-color: #83463F;
}
</style>
border-color css
<style>
span { border-color: #83463F; }
span { border-color: rgb(131,70,63); }
td.TdClassName
{
border-color: #83463F;
}
.TagClassName
{
border-color: #83463F;
}
</style>