Shades of Red Robin #80453F
Tints of Red Robin #80453F
RGB
CMYK
RGB Variations
Color information
#80453F (or 0x80453F) is known color: Red Robin. HEX triplet: 80, 45 and 3F. RGB value is (128,69,63). Sum of RGB (Red+Green+Blue) = 128+69+63=260 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.23% from 260); Green value is 69 (27.34% from 255 or 26.54% from 260); Blue value is 63 (25% from 255 or 24.23% from 260); Max value from RGB is 128 - color contains mainly: red. Hex color #80453F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80453F is #7FBAC0. Grayscale: #565656. Windows color (decimal): -8370881 or 4146560. OLE color: 4146560.
HSL color Cylindrical-coordinate representation of color #80453F: hue angle of 5.54º 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 #80453F is Cyan = 0, Magento = 0.46, Yellow = 0.51 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 69 | 63 | - |
| CMYK | 0 | 0.46 | 0.51 | 0.50 |
| HSL | 5.54º | 0.34% | 0.37% | - |
| HSV(B) | 5.54º | 0.51% | 0.5% | - |
| XYZ | 11.93 | 9.2 | 5.85 | - |
| YUV | 85.96 | 115.05 | 157.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 69 | 63 | 0 | 0.46 | 0.51 | 0.50 | 5.54 | 0.34 | 0.37 |
| Hex | 80 | 45 | 3F | 0 | 2E | 33 | 32 | 6 | 22 | 25 |
| Octal | 200 | 105 | 77 | 0 | 56 | 63 | 62 | 6 | 42 | 45 |
| Binary | 10000000 | 1000101 | 111111 | 0 | 101110 | 110011 | 110010 | 110 | 100010 | 100101 |
Color Harmonies of #80453F
Complementary color
Monochromatic Colors of #80453F
Black with #80453F
Text Example
Text Example
White with #80453F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80453F; }
p { color: rgb(128,69,63); }
H1.HeaderClassName
{
color: #80453F;
}
.AnyTagClassName
{
color: #80453F;
}
</style>
background-color css
<style>
a { background-color: #80453F; }
a { background-color: rgb(128,69,63); }
div.DivClassName
{
background-color: #80453F;
}
.BgClassName
{
background-color: #80453F;
}
</style>
border-color css
<style>
span { border-color: #80453F; }
span { border-color: rgb(128,69,63); }
td.TdClassName
{
border-color: #80453F;
}
.TagClassName
{
border-color: #80453F;
}
</style>