Shades of Red Robin #82463E
Tints of Red Robin #82463E
RGB
CMYK
RGB Variations
Color information
#82463E (or 0x82463E) is known color: Red Robin. HEX triplet: 82, 46 and 3E. RGB value is (130,70,62). Sum of RGB (Red+Green+Blue) = 130+70+62=262 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.62% from 262); Green value is 70 (27.73% from 255 or 26.72% from 262); Blue value is 62 (24.61% from 255 or 23.66% from 262); Max value from RGB is 130 - color contains mainly: red. Hex color #82463E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82463E is #7DB9C1. Grayscale: #575757. Windows color (decimal): -8239554 or 4081282. OLE color: 4081282.
HSL color Cylindrical-coordinate representation of color #82463E: hue angle of 7.06º 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 #82463E is Cyan = 0, Magento = 0.46, Yellow = 0.52 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 70 | 62 | - |
| CMYK | 0 | 0.46 | 0.52 | 0.49 |
| HSL | 7.06º | 0.35% | 0.38% | - |
| HSV(B) | 7.06º | 0.52% | 0.51% | - |
| XYZ | 12.27 | 9.47 | 5.74 | - |
| YUV | 87.03 | 113.88 | 158.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 70 | 62 | 0 | 0.46 | 0.52 | 0.49 | 7.06 | 0.35 | 0.38 |
| Hex | 82 | 46 | 3E | 0 | 2E | 34 | 31 | 7 | 23 | 26 |
| Octal | 202 | 106 | 76 | 0 | 56 | 64 | 61 | 7 | 43 | 46 |
| Binary | 10000010 | 1000110 | 111110 | 0 | 101110 | 110100 | 110001 | 111 | 100011 | 100110 |
Color Harmonies of #82463E
Complementary color
Monochromatic Colors of #82463E
Black with #82463E
Text Example
Text Example
White with #82463E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82463E; }
p { color: rgb(130,70,62); }
H1.HeaderClassName
{
color: #82463E;
}
.AnyTagClassName
{
color: #82463E;
}
</style>
background-color css
<style>
a { background-color: #82463E; }
a { background-color: rgb(130,70,62); }
div.DivClassName
{
background-color: #82463E;
}
.BgClassName
{
background-color: #82463E;
}
</style>
border-color css
<style>
span { border-color: #82463E; }
span { border-color: rgb(130,70,62); }
td.TdClassName
{
border-color: #82463E;
}
.TagClassName
{
border-color: #82463E;
}
</style>