Shades of Red Robin #844342
Tints of Red Robin #844342
RGB
CMYK
RGB Variations
Color information
#844342 (or 0x844342) is known color: Red Robin. HEX triplet: 84, 43 and 42. RGB value is (132,67,66). Sum of RGB (Red+Green+Blue) = 132+67+66=265 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.81% from 265); Green value is 67 (26.56% from 255 or 25.28% from 265); Blue value is 66 (26.17% from 255 or 24.91% from 265); Max value from RGB is 132 - color contains mainly: red. Hex color #844342 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #844342 is #7BBCBD. Grayscale: #565656. Windows color (decimal): -8109246 or 4342660. OLE color: 4342660.
HSL color Cylindrical-coordinate representation of color #844342: hue angle of 0.91º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #844342 is Cyan = 0, Magento = 0.49, Yellow = 0.5 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 67 | 66 | - |
| CMYK | 0 | 0.49 | 0.5 | 0.48 |
| HSL | 0.91º | 0.33% | 0.39% | - |
| HSV(B) | 0.91º | 0.5% | 0.52% | - |
| XYZ | 12.51 | 9.31 | 6.29 | - |
| YUV | 86.32 | 116.53 | 160.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 67 | 66 | 0 | 0.49 | 0.5 | 0.48 | 0.91 | 0.33 | 0.39 |
| Hex | 84 | 43 | 42 | 0 | 31 | 32 | 30 | 1 | 21 | 27 |
| Octal | 204 | 103 | 102 | 0 | 61 | 62 | 60 | 1 | 41 | 47 |
| Binary | 10000100 | 1000011 | 1000010 | 0 | 110001 | 110010 | 110000 | 1 | 100001 | 100111 |
Color Harmonies of #844342
Complementary color
Monochromatic Colors of #844342
Black with #844342
Text Example
Text Example
White with #844342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844342; }
p { color: rgb(132,67,66); }
H1.HeaderClassName
{
color: #844342;
}
.AnyTagClassName
{
color: #844342;
}
</style>
background-color css
<style>
a { background-color: #844342; }
a { background-color: rgb(132,67,66); }
div.DivClassName
{
background-color: #844342;
}
.BgClassName
{
background-color: #844342;
}
</style>
border-color css
<style>
span { border-color: #844342; }
span { border-color: rgb(132,67,66); }
td.TdClassName
{
border-color: #844342;
}
.TagClassName
{
border-color: #844342;
}
</style>