Shades of Red Robin #843F3D
Tints of Red Robin #843F3D
RGB
CMYK
RGB Variations
Color information
#843F3D (or 0x843F3D) is known color: Red Robin. HEX triplet: 84, 3F and 3D. RGB value is (132,63,61). Sum of RGB (Red+Green+Blue) = 132+63+61=256 (33% of max value = 765). Red value is 132 (51.95% from 255 or 51.56% from 256); Green value is 63 (25% from 255 or 24.61% from 256); Blue value is 61 (24.22% from 255 or 23.83% from 256); Max value from RGB is 132 - color contains mainly: red. Hex color #843F3D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #843F3D is #7BC0C2. Grayscale: #535353. Windows color (decimal): -8110275 or 4013956. OLE color: 4013956.
HSL color Cylindrical-coordinate representation of color #843F3D: hue angle of 1.69º 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 #843F3D is Cyan = 0, Magento = 0.52, Yellow = 0.54 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 63 | 61 | - |
| CMYK | 0 | 0.52 | 0.54 | 0.48 |
| HSL | 1.69º | 0.37% | 0.38% | - |
| HSV(B) | 1.69º | 0.54% | 0.52% | - |
| XYZ | 12.14 | 8.8 | 5.47 | - |
| YUV | 83.4 | 115.36 | 162.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 63 | 61 | 0 | 0.52 | 0.54 | 0.48 | 1.69 | 0.37 | 0.38 |
| Hex | 84 | 3F | 3D | 0 | 34 | 36 | 30 | 2 | 25 | 26 |
| Octal | 204 | 77 | 75 | 0 | 64 | 66 | 60 | 2 | 45 | 46 |
| Binary | 10000100 | 111111 | 111101 | 0 | 110100 | 110110 | 110000 | 10 | 100101 | 100110 |
Color Harmonies of #843F3D
Complementary color
Monochromatic Colors of #843F3D
Black with #843F3D
Text Example
Text Example
White with #843F3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #843F3D; }
p { color: rgb(132,63,61); }
H1.HeaderClassName
{
color: #843F3D;
}
.AnyTagClassName
{
color: #843F3D;
}
</style>
background-color css
<style>
a { background-color: #843F3D; }
a { background-color: rgb(132,63,61); }
div.DivClassName
{
background-color: #843F3D;
}
.BgClassName
{
background-color: #843F3D;
}
</style>
border-color css
<style>
span { border-color: #843F3D; }
span { border-color: rgb(132,63,61); }
td.TdClassName
{
border-color: #843F3D;
}
.TagClassName
{
border-color: #843F3D;
}
</style>