Shades of Red Robin #80463C
Tints of Red Robin #80463C
RGB
CMYK
RGB Variations
Color information
#80463C (or 0x80463C) is known color: Red Robin. HEX triplet: 80, 46 and 3C. RGB value is (128,70,60). Sum of RGB (Red+Green+Blue) = 128+70+60=258 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.61% from 258); Green value is 70 (27.73% from 255 or 27.13% from 258); Blue value is 60 (23.83% from 255 or 23.26% from 258); Max value from RGB is 128 - color contains mainly: red. Hex color #80463C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80463C is #7FB9C3. Grayscale: #565656. Windows color (decimal): -8370628 or 3950208. OLE color: 3950208.
HSL color Cylindrical-coordinate representation of color #80463C: hue angle of 8.82º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #80463C is Cyan = 0, Magento = 0.45, Yellow = 0.53 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 70 | 60 | - |
| CMYK | 0 | 0.45 | 0.53 | 0.50 |
| HSL | 8.82º | 0.36% | 0.37% | - |
| HSV(B) | 8.82º | 0.53% | 0.5% | - |
| XYZ | 11.91 | 9.3 | 5.44 | - |
| YUV | 86.2 | 113.22 | 157.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 70 | 60 | 0 | 0.45 | 0.53 | 0.50 | 8.82 | 0.36 | 0.37 |
| Hex | 80 | 46 | 3C | 0 | 2D | 35 | 32 | 9 | 24 | 25 |
| Octal | 200 | 106 | 74 | 0 | 55 | 65 | 62 | 11 | 44 | 45 |
| Binary | 10000000 | 1000110 | 111100 | 0 | 101101 | 110101 | 110010 | 1001 | 100100 | 100101 |
Color Harmonies of #80463C
Complementary color
Monochromatic Colors of #80463C
Black with #80463C
Text Example
Text Example
White with #80463C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80463C; }
p { color: rgb(128,70,60); }
H1.HeaderClassName
{
color: #80463C;
}
.AnyTagClassName
{
color: #80463C;
}
</style>
background-color css
<style>
a { background-color: #80463C; }
a { background-color: rgb(128,70,60); }
div.DivClassName
{
background-color: #80463C;
}
.BgClassName
{
background-color: #80463C;
}
</style>
border-color css
<style>
span { border-color: #80463C; }
span { border-color: rgb(128,70,60); }
td.TdClassName
{
border-color: #80463C;
}
.TagClassName
{
border-color: #80463C;
}
</style>