Shades of Red Robin #82403E
Tints of Red Robin #82403E
RGB
CMYK
RGB Variations
Color information
#82403E (or 0x82403E) is known color: Red Robin. HEX triplet: 82, 40 and 3E. RGB value is (130,64,62). Sum of RGB (Red+Green+Blue) = 130+64+62=256 (33% of max value = 765). Red value is 130 (51.17% from 255 or 50.78% from 256); Green value is 64 (25.39% from 255 or 25% from 256); Blue value is 62 (24.61% from 255 or 24.22% from 256); Max value from RGB is 130 - color contains mainly: red. Hex color #82403E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82403E is #7DBFC1. Grayscale: #535353. Windows color (decimal): -8241090 or 4079746. OLE color: 4079746.
HSL color Cylindrical-coordinate representation of color #82403E: hue angle of 1.76º 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 #82403E is Cyan = 0, Magento = 0.51, Yellow = 0.52 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 64 | 62 | - |
| CMYK | 0 | 0.51 | 0.52 | 0.49 |
| HSL | 1.76º | 0.35% | 0.38% | - |
| HSV(B) | 1.76º | 0.52% | 0.51% | - |
| XYZ | 11.91 | 8.76 | 5.62 | - |
| YUV | 83.51 | 115.87 | 161.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 64 | 62 | 0 | 0.51 | 0.52 | 0.49 | 1.76 | 0.35 | 0.38 |
| Hex | 82 | 40 | 3E | 0 | 33 | 34 | 31 | 2 | 23 | 26 |
| Octal | 202 | 100 | 76 | 0 | 63 | 64 | 61 | 2 | 43 | 46 |
| Binary | 10000010 | 1000000 | 111110 | 0 | 110011 | 110100 | 110001 | 10 | 100011 | 100110 |
Color Harmonies of #82403E
Complementary color
Monochromatic Colors of #82403E
Black with #82403E
Text Example
Text Example
White with #82403E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82403E; }
p { color: rgb(130,64,62); }
H1.HeaderClassName
{
color: #82403E;
}
.AnyTagClassName
{
color: #82403E;
}
</style>
background-color css
<style>
a { background-color: #82403E; }
a { background-color: rgb(130,64,62); }
div.DivClassName
{
background-color: #82403E;
}
.BgClassName
{
background-color: #82403E;
}
</style>
border-color css
<style>
span { border-color: #82403E; }
span { border-color: rgb(130,64,62); }
td.TdClassName
{
border-color: #82403E;
}
.TagClassName
{
border-color: #82403E;
}
</style>