Shades of Red Robin #80443E
Tints of Red Robin #80443E
RGB
CMYK
RGB Variations
Color information
#80443E (or 0x80443E) is known color: Red Robin. HEX triplet: 80, 44 and 3E. RGB value is (128,68,62). Sum of RGB (Red+Green+Blue) = 128+68+62=258 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.61% from 258); Green value is 68 (26.95% from 255 or 26.36% from 258); Blue value is 62 (24.61% from 255 or 24.03% from 258); Max value from RGB is 128 - color contains mainly: red. Hex color #80443E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80443E is #7FBBC1. Grayscale: #555555. Windows color (decimal): -8371138 or 4080768. OLE color: 4080768.
HSL color Cylindrical-coordinate representation of color #80443E: hue angle of 5.45º degrees, saturation: 0.35, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #80443E is Cyan = 0, Magento = 0.47, Yellow = 0.52 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 68 | 62 | - |
| CMYK | 0 | 0.47 | 0.52 | 0.50 |
| HSL | 5.45º | 0.35% | 0.37% | - |
| HSV(B) | 5.45º | 0.52% | 0.5% | - |
| XYZ | 11.84 | 9.07 | 5.68 | - |
| YUV | 85.26 | 114.88 | 158.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 68 | 62 | 0 | 0.47 | 0.52 | 0.50 | 5.45 | 0.35 | 0.37 |
| Hex | 80 | 44 | 3E | 0 | 2F | 34 | 32 | 5 | 23 | 25 |
| Octal | 200 | 104 | 76 | 0 | 57 | 64 | 62 | 5 | 43 | 45 |
| Binary | 10000000 | 1000100 | 111110 | 0 | 101111 | 110100 | 110010 | 101 | 100011 | 100101 |
Color Harmonies of #80443E
Complementary color
Monochromatic Colors of #80443E
Black with #80443E
Text Example
Text Example
White with #80443E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80443E; }
p { color: rgb(128,68,62); }
H1.HeaderClassName
{
color: #80443E;
}
.AnyTagClassName
{
color: #80443E;
}
</style>
background-color css
<style>
a { background-color: #80443E; }
a { background-color: rgb(128,68,62); }
div.DivClassName
{
background-color: #80443E;
}
.BgClassName
{
background-color: #80443E;
}
</style>
border-color css
<style>
span { border-color: #80443E; }
span { border-color: rgb(128,68,62); }
td.TdClassName
{
border-color: #80443E;
}
.TagClassName
{
border-color: #80443E;
}
</style>