Shades of Red Robin #80453C
Tints of Red Robin #80453C
RGB
CMYK
RGB Variations
Color information
#80453C (or 0x80453C) is known color: Red Robin. HEX triplet: 80, 45 and 3C. RGB value is (128,69,60). Sum of RGB (Red+Green+Blue) = 128+69+60=257 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.81% from 257); Green value is 69 (27.34% from 255 or 26.85% from 257); Blue value is 60 (23.83% from 255 or 23.35% from 257); Max value from RGB is 128 - color contains mainly: red. Hex color #80453C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80453C is #7FBAC3. Grayscale: #555555. Windows color (decimal): -8370884 or 3949952. OLE color: 3949952.
HSL color Cylindrical-coordinate representation of color #80453C: hue angle of 7.94º 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 #80453C is Cyan = 0, Magento = 0.46, Yellow = 0.53 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 69 | 60 | - |
| CMYK | 0 | 0.46 | 0.53 | 0.50 |
| HSL | 7.94º | 0.36% | 0.37% | - |
| HSV(B) | 7.94º | 0.53% | 0.5% | - |
| XYZ | 11.85 | 9.17 | 5.42 | - |
| YUV | 85.62 | 113.55 | 158.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 69 | 60 | 0 | 0.46 | 0.53 | 0.50 | 7.94 | 0.36 | 0.37 |
| Hex | 80 | 45 | 3C | 0 | 2E | 35 | 32 | 8 | 24 | 25 |
| Octal | 200 | 105 | 74 | 0 | 56 | 65 | 62 | 10 | 44 | 45 |
| Binary | 10000000 | 1000101 | 111100 | 0 | 101110 | 110101 | 110010 | 1000 | 100100 | 100101 |
Color Harmonies of #80453C
Complementary color
Monochromatic Colors of #80453C
Black with #80453C
Text Example
Text Example
White with #80453C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80453C; }
p { color: rgb(128,69,60); }
H1.HeaderClassName
{
color: #80453C;
}
.AnyTagClassName
{
color: #80453C;
}
</style>
background-color css
<style>
a { background-color: #80453C; }
a { background-color: rgb(128,69,60); }
div.DivClassName
{
background-color: #80453C;
}
.BgClassName
{
background-color: #80453C;
}
</style>
border-color css
<style>
span { border-color: #80453C; }
span { border-color: rgb(128,69,60); }
td.TdClassName
{
border-color: #80453C;
}
.TagClassName
{
border-color: #80453C;
}
</style>