Shades of Red Robin #804337
Tints of Red Robin #804337
RGB
CMYK
RGB Variations
Color information
#804337 (or 0x804337) is known color: Red Robin. HEX triplet: 80, 43 and 37. RGB value is (128,67,55). Sum of RGB (Red+Green+Blue) = 128+67+55=250 (33% of max value = 765). Red value is 128 (50.39% from 255 or 51.2% from 250); Green value is 67 (26.56% from 255 or 26.8% from 250); Blue value is 55 (21.88% from 255 or 22% from 250); Max value from RGB is 128 - color contains mainly: red. Hex color #804337 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #804337 is #7FBCC8. Grayscale: #535353. Windows color (decimal): -8371401 or 3621760. OLE color: 3621760.
HSL color Cylindrical-coordinate representation of color #804337: hue angle of 9.86º 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 #804337 is Cyan = 0, Magento = 0.48, Yellow = 0.57 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 67 | 55 | - |
| CMYK | 0 | 0.48 | 0.57 | 0.50 |
| HSL | 9.86º | 0.4% | 0.36% | - |
| HSV(B) | 9.86º | 0.57% | 0.5% | - |
| XYZ | 11.6 | 8.88 | 4.72 | - |
| YUV | 83.87 | 111.71 | 159.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 67 | 55 | 0 | 0.48 | 0.57 | 0.50 | 9.86 | 0.4 | 0.36 |
| Hex | 80 | 43 | 37 | 0 | 30 | 39 | 32 | A | 28 | 24 |
| Octal | 200 | 103 | 67 | 0 | 60 | 71 | 62 | 12 | 50 | 44 |
| Binary | 10000000 | 1000011 | 110111 | 0 | 110000 | 111001 | 110010 | 1010 | 101000 | 100100 |
Color Harmonies of #804337
Complementary color
Monochromatic Colors of #804337
Black with #804337
Text Example
Text Example
White with #804337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804337; }
p { color: rgb(128,67,55); }
H1.HeaderClassName
{
color: #804337;
}
.AnyTagClassName
{
color: #804337;
}
</style>
background-color css
<style>
a { background-color: #804337; }
a { background-color: rgb(128,67,55); }
div.DivClassName
{
background-color: #804337;
}
.BgClassName
{
background-color: #804337;
}
</style>
border-color css
<style>
span { border-color: #804337; }
span { border-color: rgb(128,67,55); }
td.TdClassName
{
border-color: #804337;
}
.TagClassName
{
border-color: #804337;
}
</style>