Shades of Red Robin #84443B
Tints of Red Robin #84443B
RGB
CMYK
RGB Variations
Color information
#84443B (or 0x84443B) is known color: Red Robin. HEX triplet: 84, 44 and 3B. RGB value is (132,68,59). Sum of RGB (Red+Green+Blue) = 132+68+59=259 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.97% from 259); Green value is 68 (26.95% from 255 or 26.25% from 259); Blue value is 59 (23.44% from 255 or 22.78% from 259); Max value from RGB is 132 - color contains mainly: red. Hex color #84443B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84443B is #7BBBC4. Grayscale: #565656. Windows color (decimal): -8108997 or 3884164. OLE color: 3884164.
HSL color Cylindrical-coordinate representation of color #84443B: hue angle of 7.4º degrees, saturation: 0.38, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #84443B is Cyan = 0, Magento = 0.48, Yellow = 0.55 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 68 | 59 | - |
| CMYK | 0 | 0.48 | 0.55 | 0.48 |
| HSL | 7.4º | 0.38% | 0.37% | - |
| HSV(B) | 7.4º | 0.55% | 0.52% | - |
| XYZ | 12.37 | 9.36 | 5.29 | - |
| YUV | 86.11 | 112.7 | 160.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 68 | 59 | 0 | 0.48 | 0.55 | 0.48 | 7.4 | 0.38 | 0.37 |
| Hex | 84 | 44 | 3B | 0 | 30 | 37 | 30 | 7 | 26 | 25 |
| Octal | 204 | 104 | 73 | 0 | 60 | 67 | 60 | 7 | 46 | 45 |
| Binary | 10000100 | 1000100 | 111011 | 0 | 110000 | 110111 | 110000 | 111 | 100110 | 100101 |
Color Harmonies of #84443B
Complementary color
Monochromatic Colors of #84443B
Black with #84443B
Text Example
Text Example
White with #84443B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84443B; }
p { color: rgb(132,68,59); }
H1.HeaderClassName
{
color: #84443B;
}
.AnyTagClassName
{
color: #84443B;
}
</style>
background-color css
<style>
a { background-color: #84443B; }
a { background-color: rgb(132,68,59); }
div.DivClassName
{
background-color: #84443B;
}
.BgClassName
{
background-color: #84443B;
}
</style>
border-color css
<style>
span { border-color: #84443B; }
span { border-color: rgb(132,68,59); }
td.TdClassName
{
border-color: #84443B;
}
.TagClassName
{
border-color: #84443B;
}
</style>