Shades of Red Robin #844039
Tints of Red Robin #844039
RGB
CMYK
RGB Variations
Color information
#844039 (or 0x844039) is known color: Red Robin. HEX triplet: 84, 40 and 39. RGB value is (132,64,57). Sum of RGB (Red+Green+Blue) = 132+64+57=253 (33% of max value = 765). Red value is 132 (51.95% from 255 or 52.17% from 253); Green value is 64 (25.39% from 255 or 25.30% from 253); Blue value is 57 (22.66% from 255 or 22.53% from 253); Max value from RGB is 132 - color contains mainly: red. Hex color #844039 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #844039 is #7BBFC6. Grayscale: #535353. Windows color (decimal): -8110023 or 3752068. OLE color: 3752068.
HSL color Cylindrical-coordinate representation of color #844039: hue angle of 5.6º 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 #844039 is Cyan = 0, Magento = 0.52, Yellow = 0.57 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 64 | 57 | - |
| CMYK | 0 | 0.52 | 0.57 | 0.48 |
| HSL | 5.6º | 0.4% | 0.37% | - |
| HSV(B) | 5.6º | 0.57% | 0.52% | - |
| XYZ | 12.09 | 8.87 | 4.95 | - |
| YUV | 83.53 | 113.03 | 162.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 64 | 57 | 0 | 0.52 | 0.57 | 0.48 | 5.6 | 0.4 | 0.37 |
| Hex | 84 | 40 | 39 | 0 | 34 | 39 | 30 | 6 | 28 | 25 |
| Octal | 204 | 100 | 71 | 0 | 64 | 71 | 60 | 6 | 50 | 45 |
| Binary | 10000100 | 1000000 | 111001 | 0 | 110100 | 111001 | 110000 | 110 | 101000 | 100101 |
Color Harmonies of #844039
Complementary color
Monochromatic Colors of #844039
Black with #844039
Text Example
Text Example
White with #844039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844039; }
p { color: rgb(132,64,57); }
H1.HeaderClassName
{
color: #844039;
}
.AnyTagClassName
{
color: #844039;
}
</style>
background-color css
<style>
a { background-color: #844039; }
a { background-color: rgb(132,64,57); }
div.DivClassName
{
background-color: #844039;
}
.BgClassName
{
background-color: #844039;
}
</style>
border-color css
<style>
span { border-color: #844039; }
span { border-color: rgb(132,64,57); }
td.TdClassName
{
border-color: #844039;
}
.TagClassName
{
border-color: #844039;
}
</style>