Shades of Red Robin #80413F
Tints of Red Robin #80413F
RGB
CMYK
RGB Variations
Color information
#80413F (or 0x80413F) is known color: Red Robin. HEX triplet: 80, 41 and 3F. RGB value is (128,65,63). Sum of RGB (Red+Green+Blue) = 128+65+63=256 (33% of max value = 765). Red value is 128 (50.39% from 255 or 50% from 256); Green value is 65 (25.78% from 255 or 25.39% from 256); Blue value is 63 (25% from 255 or 24.61% from 256); Max value from RGB is 128 - color contains mainly: red. Hex color #80413F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80413F is #7FBEC0. Grayscale: #535353. Windows color (decimal): -8371905 or 4145536. OLE color: 4145536.
HSL color Cylindrical-coordinate representation of color #80413F: hue angle of 1.85º degrees, saturation: 0.34, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #80413F is Cyan = 0, Magento = 0.49, Yellow = 0.51 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 65 | 63 | - |
| CMYK | 0 | 0.49 | 0.51 | 0.50 |
| HSL | 1.85º | 0.34% | 0.37% | - |
| HSV(B) | 1.85º | 0.51% | 0.5% | - |
| XYZ | 11.69 | 8.73 | 5.77 | - |
| YUV | 83.61 | 116.37 | 159.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 65 | 63 | 0 | 0.49 | 0.51 | 0.50 | 1.85 | 0.34 | 0.37 |
| Hex | 80 | 41 | 3F | 0 | 31 | 33 | 32 | 2 | 22 | 25 |
| Octal | 200 | 101 | 77 | 0 | 61 | 63 | 62 | 2 | 42 | 45 |
| Binary | 10000000 | 1000001 | 111111 | 0 | 110001 | 110011 | 110010 | 10 | 100010 | 100101 |
Color Harmonies of #80413F
Complementary color
Monochromatic Colors of #80413F
Black with #80413F
Text Example
Text Example
White with #80413F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80413F; }
p { color: rgb(128,65,63); }
H1.HeaderClassName
{
color: #80413F;
}
.AnyTagClassName
{
color: #80413F;
}
</style>
background-color css
<style>
a { background-color: #80413F; }
a { background-color: rgb(128,65,63); }
div.DivClassName
{
background-color: #80413F;
}
.BgClassName
{
background-color: #80413F;
}
</style>
border-color css
<style>
span { border-color: #80413F; }
span { border-color: rgb(128,65,63); }
td.TdClassName
{
border-color: #80413F;
}
.TagClassName
{
border-color: #80413F;
}
</style>