Shades of Red Robin #82453F
Tints of Red Robin #82453F
RGB
CMYK
RGB Variations
Color information
#82453F (or 0x82453F) is known color: Red Robin. HEX triplet: 82, 45 and 3F. RGB value is (130,69,63). Sum of RGB (Red+Green+Blue) = 130+69+63=262 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.62% from 262); Green value is 69 (27.34% from 255 or 26.34% from 262); Blue value is 63 (25% from 255 or 24.05% from 262); Max value from RGB is 130 - color contains mainly: red. Hex color #82453F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82453F is #7DBAC0. Grayscale: #565656. Windows color (decimal): -8239809 or 4146562. OLE color: 4146562.
HSL color Cylindrical-coordinate representation of color #82453F: hue angle of 5.37º 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 #82453F is Cyan = 0, Magento = 0.47, Yellow = 0.52 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 69 | 63 | - |
| CMYK | 0 | 0.47 | 0.52 | 0.49 |
| HSL | 5.37º | 0.35% | 0.38% | - |
| HSV(B) | 5.37º | 0.52% | 0.51% | - |
| XYZ | 12.23 | 9.36 | 5.86 | - |
| YUV | 86.56 | 114.71 | 158.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 69 | 63 | 0 | 0.47 | 0.52 | 0.49 | 5.37 | 0.35 | 0.38 |
| Hex | 82 | 45 | 3F | 0 | 2F | 34 | 31 | 5 | 23 | 26 |
| Octal | 202 | 105 | 77 | 0 | 57 | 64 | 61 | 5 | 43 | 46 |
| Binary | 10000010 | 1000101 | 111111 | 0 | 101111 | 110100 | 110001 | 101 | 100011 | 100110 |
Color Harmonies of #82453F
Complementary color
Monochromatic Colors of #82453F
Black with #82453F
Text Example
Text Example
White with #82453F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82453F; }
p { color: rgb(130,69,63); }
H1.HeaderClassName
{
color: #82453F;
}
.AnyTagClassName
{
color: #82453F;
}
</style>
background-color css
<style>
a { background-color: #82453F; }
a { background-color: rgb(130,69,63); }
div.DivClassName
{
background-color: #82453F;
}
.BgClassName
{
background-color: #82453F;
}
</style>
border-color css
<style>
span { border-color: #82453F; }
span { border-color: rgb(130,69,63); }
td.TdClassName
{
border-color: #82453F;
}
.TagClassName
{
border-color: #82453F;
}
</style>