Shades of Red Robin #844239
Tints of Red Robin #844239
RGB
CMYK
RGB Variations
Color information
#844239 (or 0x844239) is known color: Red Robin. HEX triplet: 84, 42 and 39. RGB value is (132,66,57). Sum of RGB (Red+Green+Blue) = 132+66+57=255 (33% of max value = 765). Red value is 132 (51.95% from 255 or 51.76% from 255); Green value is 66 (26.17% from 255 or 25.88% from 255); Blue value is 57 (22.66% from 255 or 22.35% from 255); Max value from RGB is 132 - color contains mainly: red. Hex color #844239 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #844239 is #7BBDC6. Grayscale: #545454. Windows color (decimal): -8109511 or 3752580. OLE color: 3752580.
HSL color Cylindrical-coordinate representation of color #844239: hue angle of 7.2º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #844239 is Cyan = 0, Magento = 0.5, Yellow = 0.57 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 66 | 57 | - |
| CMYK | 0 | 0.5 | 0.57 | 0.48 |
| HSL | 7.2º | 0.4% | 0.37% | - |
| HSV(B) | 7.2º | 0.57% | 0.52% | - |
| XYZ | 12.2 | 9.1 | 4.98 | - |
| YUV | 84.71 | 112.37 | 161.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 66 | 57 | 0 | 0.5 | 0.57 | 0.48 | 7.2 | 0.4 | 0.37 |
| Hex | 84 | 42 | 39 | 0 | 32 | 39 | 30 | 7 | 28 | 25 |
| Octal | 204 | 102 | 71 | 0 | 62 | 71 | 60 | 7 | 50 | 45 |
| Binary | 10000100 | 1000010 | 111001 | 0 | 110010 | 111001 | 110000 | 111 | 101000 | 100101 |
Color Harmonies of #844239
Complementary color
Monochromatic Colors of #844239
Black with #844239
Text Example
Text Example
White with #844239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844239; }
p { color: rgb(132,66,57); }
H1.HeaderClassName
{
color: #844239;
}
.AnyTagClassName
{
color: #844239;
}
</style>
background-color css
<style>
a { background-color: #844239; }
a { background-color: rgb(132,66,57); }
div.DivClassName
{
background-color: #844239;
}
.BgClassName
{
background-color: #844239;
}
</style>
border-color css
<style>
span { border-color: #844239; }
span { border-color: rgb(132,66,57); }
td.TdClassName
{
border-color: #844239;
}
.TagClassName
{
border-color: #844239;
}
</style>