Shades of Red Robin #844540
Tints of Red Robin #844540
RGB
CMYK
RGB Variations
Color information
#844540 (or 0x844540) is known color: Red Robin. HEX triplet: 84, 45 and 40. RGB value is (132,69,64). Sum of RGB (Red+Green+Blue) = 132+69+64=265 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.81% from 265); Green value is 69 (27.34% from 255 or 26.04% from 265); Blue value is 64 (25.39% from 255 or 24.15% from 265); Max value from RGB is 132 - color contains mainly: red. Hex color #844540 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #844540 is #7BBABF. Grayscale: #575757. Windows color (decimal): -8108736 or 4212100. OLE color: 4212100.
HSL color Cylindrical-coordinate representation of color #844540: hue angle of 4.41º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #844540 is Cyan = 0, Magento = 0.48, Yellow = 0.52 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 69 | 64 | - |
| CMYK | 0 | 0.48 | 0.52 | 0.48 |
| HSL | 4.41º | 0.35% | 0.38% | - |
| HSV(B) | 4.41º | 0.52% | 0.52% | - |
| XYZ | 12.57 | 9.53 | 6.03 | - |
| YUV | 87.27 | 114.87 | 159.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 69 | 64 | 0 | 0.48 | 0.52 | 0.48 | 4.41 | 0.35 | 0.38 |
| Hex | 84 | 45 | 40 | 0 | 30 | 34 | 30 | 4 | 23 | 26 |
| Octal | 204 | 105 | 100 | 0 | 60 | 64 | 60 | 4 | 43 | 46 |
| Binary | 10000100 | 1000101 | 1000000 | 0 | 110000 | 110100 | 110000 | 100 | 100011 | 100110 |
Color Harmonies of #844540
Complementary color
Monochromatic Colors of #844540
Black with #844540
Text Example
Text Example
White with #844540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844540; }
p { color: rgb(132,69,64); }
H1.HeaderClassName
{
color: #844540;
}
.AnyTagClassName
{
color: #844540;
}
</style>
background-color css
<style>
a { background-color: #844540; }
a { background-color: rgb(132,69,64); }
div.DivClassName
{
background-color: #844540;
}
.BgClassName
{
background-color: #844540;
}
</style>
border-color css
<style>
span { border-color: #844540; }
span { border-color: rgb(132,69,64); }
td.TdClassName
{
border-color: #844540;
}
.TagClassName
{
border-color: #844540;
}
</style>