Shades of Red Robin #82423C
Tints of Red Robin #82423C
RGB
CMYK
RGB Variations
Color information
#82423C (or 0x82423C) is known color: Red Robin. HEX triplet: 82, 42 and 3C. RGB value is (130,66,60). Sum of RGB (Red+Green+Blue) = 130+66+60=256 (33% of max value = 765). Red value is 130 (51.17% from 255 or 50.78% from 256); Green value is 66 (26.17% from 255 or 25.78% from 256); Blue value is 60 (23.83% from 255 or 23.44% from 256); Max value from RGB is 130 - color contains mainly: red. Hex color #82423C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82423C is #7DBDC3. Grayscale: #545454. Windows color (decimal): -8240580 or 3949186. OLE color: 3949186.
HSL color Cylindrical-coordinate representation of color #82423C: hue angle of 5.14º degrees, saturation: 0.37, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #82423C is Cyan = 0, Magento = 0.49, Yellow = 0.54 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 66 | 60 | - |
| CMYK | 0 | 0.49 | 0.54 | 0.49 |
| HSL | 5.14º | 0.37% | 0.37% | - |
| HSV(B) | 5.14º | 0.54% | 0.51% | - |
| XYZ | 11.97 | 8.97 | 5.38 | - |
| YUV | 84.45 | 114.2 | 160.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 66 | 60 | 0 | 0.49 | 0.54 | 0.49 | 5.14 | 0.37 | 0.37 |
| Hex | 82 | 42 | 3C | 0 | 31 | 36 | 31 | 5 | 25 | 25 |
| Octal | 202 | 102 | 74 | 0 | 61 | 66 | 61 | 5 | 45 | 45 |
| Binary | 10000010 | 1000010 | 111100 | 0 | 110001 | 110110 | 110001 | 101 | 100101 | 100101 |
Color Harmonies of #82423C
Complementary color
Monochromatic Colors of #82423C
Black with #82423C
Text Example
Text Example
White with #82423C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82423C; }
p { color: rgb(130,66,60); }
H1.HeaderClassName
{
color: #82423C;
}
.AnyTagClassName
{
color: #82423C;
}
</style>
background-color css
<style>
a { background-color: #82423C; }
a { background-color: rgb(130,66,60); }
div.DivClassName
{
background-color: #82423C;
}
.BgClassName
{
background-color: #82423C;
}
</style>
border-color css
<style>
span { border-color: #82423C; }
span { border-color: rgb(130,66,60); }
td.TdClassName
{
border-color: #82423C;
}
.TagClassName
{
border-color: #82423C;
}
</style>