Shades of Red Robin #84423D
Tints of Red Robin #84423D
RGB
CMYK
RGB Variations
Color information
#84423D (or 0x84423D) is known color: Red Robin. HEX triplet: 84, 42 and 3D. RGB value is (132,66,61). Sum of RGB (Red+Green+Blue) = 132+66+61=259 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.97% from 259); Green value is 66 (26.17% from 255 or 25.48% from 259); Blue value is 61 (24.22% from 255 or 23.55% from 259); Max value from RGB is 132 - color contains mainly: red. Hex color #84423D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84423D is #7BBDC2. Grayscale: #555555. Windows color (decimal): -8109507 or 4014724. OLE color: 4014724.
HSL color Cylindrical-coordinate representation of color #84423D: hue angle of 4.23º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #84423D is Cyan = 0, Magento = 0.5, Yellow = 0.54 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 66 | 61 | - |
| CMYK | 0 | 0.5 | 0.54 | 0.48 |
| HSL | 4.23º | 0.37% | 0.38% | - |
| HSV(B) | 4.23º | 0.54% | 0.52% | - |
| XYZ | 12.31 | 9.14 | 5.53 | - |
| YUV | 85.16 | 114.37 | 161.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 66 | 61 | 0 | 0.5 | 0.54 | 0.48 | 4.23 | 0.37 | 0.38 |
| Hex | 84 | 42 | 3D | 0 | 32 | 36 | 30 | 4 | 25 | 26 |
| Octal | 204 | 102 | 75 | 0 | 62 | 66 | 60 | 4 | 45 | 46 |
| Binary | 10000100 | 1000010 | 111101 | 0 | 110010 | 110110 | 110000 | 100 | 100101 | 100110 |
Color Harmonies of #84423D
Complementary color
Monochromatic Colors of #84423D
Black with #84423D
Text Example
Text Example
White with #84423D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84423D; }
p { color: rgb(132,66,61); }
H1.HeaderClassName
{
color: #84423D;
}
.AnyTagClassName
{
color: #84423D;
}
</style>
background-color css
<style>
a { background-color: #84423D; }
a { background-color: rgb(132,66,61); }
div.DivClassName
{
background-color: #84423D;
}
.BgClassName
{
background-color: #84423D;
}
</style>
border-color css
<style>
span { border-color: #84423D; }
span { border-color: rgb(132,66,61); }
td.TdClassName
{
border-color: #84423D;
}
.TagClassName
{
border-color: #84423D;
}
</style>