Shades of Red Robin #84443F
Tints of Red Robin #84443F
RGB
CMYK
RGB Variations
Color information
#84443F (or 0x84443F) is known color: Red Robin. HEX triplet: 84, 44 and 3F. RGB value is (132,68,63). Sum of RGB (Red+Green+Blue) = 132+68+63=263 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.19% from 263); Green value is 68 (26.95% from 255 or 25.86% from 263); Blue value is 63 (25% from 255 or 23.95% from 263); Max value from RGB is 132 - color contains mainly: red. Hex color #84443F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84443F is #7BBBC0. Grayscale: #565656. Windows color (decimal): -8108993 or 4146308. OLE color: 4146308.
HSL color Cylindrical-coordinate representation of color #84443F: hue angle of 4.35º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #84443F is Cyan = 0, Magento = 0.48, Yellow = 0.52 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 68 | 63 | - |
| CMYK | 0 | 0.48 | 0.52 | 0.48 |
| HSL | 4.35º | 0.35% | 0.38% | - |
| HSV(B) | 4.35º | 0.52% | 0.52% | - |
| XYZ | 12.48 | 9.4 | 5.86 | - |
| YUV | 86.57 | 114.7 | 160.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 68 | 63 | 0 | 0.48 | 0.52 | 0.48 | 4.35 | 0.35 | 0.38 |
| Hex | 84 | 44 | 3F | 0 | 30 | 34 | 30 | 4 | 23 | 26 |
| Octal | 204 | 104 | 77 | 0 | 60 | 64 | 60 | 4 | 43 | 46 |
| Binary | 10000100 | 1000100 | 111111 | 0 | 110000 | 110100 | 110000 | 100 | 100011 | 100110 |
Color Harmonies of #84443F
Complementary color
Monochromatic Colors of #84443F
Black with #84443F
Text Example
Text Example
White with #84443F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84443F; }
p { color: rgb(132,68,63); }
H1.HeaderClassName
{
color: #84443F;
}
.AnyTagClassName
{
color: #84443F;
}
</style>
background-color css
<style>
a { background-color: #84443F; }
a { background-color: rgb(132,68,63); }
div.DivClassName
{
background-color: #84443F;
}
.BgClassName
{
background-color: #84443F;
}
</style>
border-color css
<style>
span { border-color: #84443F; }
span { border-color: rgb(132,68,63); }
td.TdClassName
{
border-color: #84443F;
}
.TagClassName
{
border-color: #84443F;
}
</style>