Shades of Red Robin #824242
Tints of Red Robin #824242
RGB
CMYK
RGB Variations
Color information
#824242 (or 0x824242) is known color: Red Robin. HEX triplet: 82, 42 and 42. RGB value is (130,66,66). Sum of RGB (Red+Green+Blue) = 130+66+66=262 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.62% from 262); Green value is 66 (26.17% from 255 or 25.19% from 262); Blue value is 66 (26.17% from 255 or 25.19% from 262); Max value from RGB is 130 - color contains mainly: red. Hex color #824242 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824242 is #7DBDBD. Grayscale: #555555. Windows color (decimal): -8240574 or 4342402. OLE color: 4342402.
HSL color Cylindrical-coordinate representation of color #824242: hue angle of 0º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #824242 is Cyan = 0, Magento = 0.49, Yellow = 0.49 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 66 | 66 | - |
| CMYK | 0 | 0.49 | 0.49 | 0.49 |
| HSL | 0º | 0.33% | 0.38% | - |
| HSV(B) | 0º | 0.49% | 0.51% | - |
| XYZ | 12.14 | 9.04 | 6.26 | - |
| YUV | 85.14 | 117.2 | 160 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 66 | 66 | 0 | 0.49 | 0.49 | 0.49 | 0 | 0.33 | 0.38 |
| Hex | 82 | 42 | 42 | 0 | 31 | 31 | 31 | 0 | 21 | 26 |
| Octal | 202 | 102 | 102 | 0 | 61 | 61 | 61 | 0 | 41 | 46 |
| Binary | 10000010 | 1000010 | 1000010 | 0 | 110001 | 110001 | 110001 | 0 | 100001 | 100110 |
Color Harmonies of #824242
Complementary color
Monochromatic Colors of #824242
Black with #824242
Text Example
Text Example
White with #824242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824242; }
p { color: rgb(130,66,66); }
H1.HeaderClassName
{
color: #824242;
}
.AnyTagClassName
{
color: #824242;
}
</style>
background-color css
<style>
a { background-color: #824242; }
a { background-color: rgb(130,66,66); }
div.DivClassName
{
background-color: #824242;
}
.BgClassName
{
background-color: #824242;
}
</style>
border-color css
<style>
span { border-color: #824242; }
span { border-color: rgb(130,66,66); }
td.TdClassName
{
border-color: #824242;
}
.TagClassName
{
border-color: #824242;
}
</style>