Shades of Red Robin #804134
Tints of Red Robin #804134
RGB
CMYK
RGB Variations
Color information
#804134 (or 0x804134) is known color: Red Robin. HEX triplet: 80, 41 and 34. RGB value is (128,65,52). Sum of RGB (Red+Green+Blue) = 128+65+52=245 (32% of max value = 765). Red value is 128 (50.39% from 255 or 52.24% from 245); Green value is 65 (25.78% from 255 or 26.53% from 245); Blue value is 52 (20.70% from 255 or 21.22% from 245); Max value from RGB is 128 - color contains mainly: red. Hex color #804134 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #804134 is #7FBECB. Grayscale: #525252. Windows color (decimal): -8371916 or 3424640. OLE color: 3424640.
HSL color Cylindrical-coordinate representation of color #804134: hue angle of 10.26º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #804134 is Cyan = 0, Magento = 0.49, Yellow = 0.59 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 65 | 52 | - |
| CMYK | 0 | 0.49 | 0.59 | 0.50 |
| HSL | 10.26º | 0.42% | 0.35% | - |
| HSV(B) | 10.26º | 0.59% | 0.5% | - |
| XYZ | 11.41 | 8.62 | 4.31 | - |
| YUV | 82.36 | 110.87 | 160.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 65 | 52 | 0 | 0.49 | 0.59 | 0.50 | 10.26 | 0.42 | 0.35 |
| Hex | 80 | 41 | 34 | 0 | 31 | 3B | 32 | A | 2A | 23 |
| Octal | 200 | 101 | 64 | 0 | 61 | 73 | 62 | 12 | 52 | 43 |
| Binary | 10000000 | 1000001 | 110100 | 0 | 110001 | 111011 | 110010 | 1010 | 101010 | 100011 |
Color Harmonies of #804134
Complementary color
Monochromatic Colors of #804134
Black with #804134
Text Example
Text Example
White with #804134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804134; }
p { color: rgb(128,65,52); }
H1.HeaderClassName
{
color: #804134;
}
.AnyTagClassName
{
color: #804134;
}
</style>
background-color css
<style>
a { background-color: #804134; }
a { background-color: rgb(128,65,52); }
div.DivClassName
{
background-color: #804134;
}
.BgClassName
{
background-color: #804134;
}
</style>
border-color css
<style>
span { border-color: #804134; }
span { border-color: rgb(128,65,52); }
td.TdClassName
{
border-color: #804134;
}
.TagClassName
{
border-color: #804134;
}
</style>