Shades of Red Robin #804137
Tints of Red Robin #804137
RGB
CMYK
RGB Variations
Color information
#804137 (or 0x804137) is known color: Red Robin. HEX triplet: 80, 41 and 37. RGB value is (128,65,55). Sum of RGB (Red+Green+Blue) = 128+65+55=248 (32% of max value = 765). Red value is 128 (50.39% from 255 or 51.61% from 248); Green value is 65 (25.78% from 255 or 26.21% from 248); Blue value is 55 (21.88% from 255 or 22.18% from 248); Max value from RGB is 128 - color contains mainly: red. Hex color #804137 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #804137 is #7FBEC8. Grayscale: #525252. Windows color (decimal): -8371913 or 3621248. OLE color: 3621248.
HSL color Cylindrical-coordinate representation of color #804137: hue angle of 8.22º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #804137 is Cyan = 0, Magento = 0.49, Yellow = 0.57 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 65 | 55 | - |
| CMYK | 0 | 0.49 | 0.57 | 0.50 |
| HSL | 8.22º | 0.4% | 0.36% | - |
| HSV(B) | 8.22º | 0.57% | 0.5% | - |
| XYZ | 11.48 | 8.65 | 4.68 | - |
| YUV | 82.7 | 112.37 | 160.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 65 | 55 | 0 | 0.49 | 0.57 | 0.50 | 8.22 | 0.4 | 0.36 |
| Hex | 80 | 41 | 37 | 0 | 31 | 39 | 32 | 8 | 28 | 24 |
| Octal | 200 | 101 | 67 | 0 | 61 | 71 | 62 | 10 | 50 | 44 |
| Binary | 10000000 | 1000001 | 110111 | 0 | 110001 | 111001 | 110010 | 1000 | 101000 | 100100 |
Color Harmonies of #804137
Complementary color
Monochromatic Colors of #804137
Black with #804137
Text Example
Text Example
White with #804137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804137; }
p { color: rgb(128,65,55); }
H1.HeaderClassName
{
color: #804137;
}
.AnyTagClassName
{
color: #804137;
}
</style>
background-color css
<style>
a { background-color: #804137; }
a { background-color: rgb(128,65,55); }
div.DivClassName
{
background-color: #804137;
}
.BgClassName
{
background-color: #804137;
}
</style>
border-color css
<style>
span { border-color: #804137; }
span { border-color: rgb(128,65,55); }
td.TdClassName
{
border-color: #804137;
}
.TagClassName
{
border-color: #804137;
}
</style>