Shades of Red Robin #82403F
Tints of Red Robin #82403F
RGB
CMYK
RGB Variations
Color information
#82403F (or 0x82403F) is known color: Red Robin. HEX triplet: 82, 40 and 3F. RGB value is (130,64,63). Sum of RGB (Red+Green+Blue) = 130+64+63=257 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50.58% from 257); Green value is 64 (25.39% from 255 or 24.90% from 257); Blue value is 63 (25% from 255 or 24.51% from 257); Max value from RGB is 130 - color contains mainly: red. Hex color #82403F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82403F is #7DBFC0. Grayscale: #535353. Windows color (decimal): -8241089 or 4145282. OLE color: 4145282.
HSL color Cylindrical-coordinate representation of color #82403F: hue angle of 0.9º 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 #82403F is Cyan = 0, Magento = 0.51, Yellow = 0.52 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 64 | 63 | - |
| CMYK | 0 | 0.51 | 0.52 | 0.49 |
| HSL | 0.9º | 0.35% | 0.38% | - |
| HSV(B) | 0.9º | 0.52% | 0.51% | - |
| XYZ | 11.94 | 8.77 | 5.77 | - |
| YUV | 83.62 | 116.37 | 161.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 64 | 63 | 0 | 0.51 | 0.52 | 0.49 | 0.9 | 0.35 | 0.38 |
| Hex | 82 | 40 | 3F | 0 | 33 | 34 | 31 | 1 | 23 | 26 |
| Octal | 202 | 100 | 77 | 0 | 63 | 64 | 61 | 1 | 43 | 46 |
| Binary | 10000010 | 1000000 | 111111 | 0 | 110011 | 110100 | 110001 | 1 | 100011 | 100110 |
Color Harmonies of #82403F
Complementary color
Monochromatic Colors of #82403F
Black with #82403F
Text Example
Text Example
White with #82403F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82403F; }
p { color: rgb(130,64,63); }
H1.HeaderClassName
{
color: #82403F;
}
.AnyTagClassName
{
color: #82403F;
}
</style>
background-color css
<style>
a { background-color: #82403F; }
a { background-color: rgb(130,64,63); }
div.DivClassName
{
background-color: #82403F;
}
.BgClassName
{
background-color: #82403F;
}
</style>
border-color css
<style>
span { border-color: #82403F; }
span { border-color: rgb(130,64,63); }
td.TdClassName
{
border-color: #82403F;
}
.TagClassName
{
border-color: #82403F;
}
</style>