Shades of Red Robin #82413E
Tints of Red Robin #82413E
RGB
CMYK
RGB Variations
Color information
#82413E (or 0x82413E) is known color: Red Robin. HEX triplet: 82, 41 and 3E. RGB value is (130,65,62). Sum of RGB (Red+Green+Blue) = 130+65+62=257 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50.58% from 257); Green value is 65 (25.78% from 255 or 25.29% from 257); Blue value is 62 (24.61% from 255 or 24.12% from 257); Max value from RGB is 130 - color contains mainly: red. Hex color #82413E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82413E is #7DBEC1. Grayscale: #545454. Windows color (decimal): -8240834 or 4080002. OLE color: 4080002.
HSL color Cylindrical-coordinate representation of color #82413E: hue angle of 2.65º 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 #82413E is Cyan = 0, Magento = 0.50, Yellow = 0.52 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 65 | 62 | - |
| CMYK | 0 | 0.50 | 0.52 | 0.49 |
| HSL | 2.65º | 0.35% | 0.38% | - |
| HSV(B) | 2.65º | 0.52% | 0.51% | - |
| XYZ | 11.97 | 8.87 | 5.64 | - |
| YUV | 84.09 | 115.53 | 160.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 65 | 62 | 0 | 0.50 | 0.52 | 0.49 | 2.65 | 0.35 | 0.38 |
| Hex | 82 | 41 | 3E | 0 | 32 | 34 | 31 | 3 | 23 | 26 |
| Octal | 202 | 101 | 76 | 0 | 62 | 64 | 61 | 3 | 43 | 46 |
| Binary | 10000010 | 1000001 | 111110 | 0 | 110010 | 110100 | 110001 | 11 | 100011 | 100110 |
Color Harmonies of #82413E
Complementary color
Monochromatic Colors of #82413E
Black with #82413E
Text Example
Text Example
White with #82413E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82413E; }
p { color: rgb(130,65,62); }
H1.HeaderClassName
{
color: #82413E;
}
.AnyTagClassName
{
color: #82413E;
}
</style>
background-color css
<style>
a { background-color: #82413E; }
a { background-color: rgb(130,65,62); }
div.DivClassName
{
background-color: #82413E;
}
.BgClassName
{
background-color: #82413E;
}
</style>
border-color css
<style>
span { border-color: #82413E; }
span { border-color: rgb(130,65,62); }
td.TdClassName
{
border-color: #82413E;
}
.TagClassName
{
border-color: #82413E;
}
</style>