Shades of Red Robin #843E3A
Tints of Red Robin #843E3A
RGB
CMYK
RGB Variations
Color information
#843E3A (or 0x843E3A) is known color: Red Robin. HEX triplet: 84, 3E and 3A. RGB value is (132,62,58). Sum of RGB (Red+Green+Blue) = 132+62+58=252 (33% of max value = 765). Red value is 132 (51.95% from 255 or 52.38% from 252); Green value is 62 (24.61% from 255 or 24.60% from 252); Blue value is 58 (23.05% from 255 or 23.02% from 252); Max value from RGB is 132 - color contains mainly: red. Hex color #843E3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #843E3A is #7BC1C5. Grayscale: #525252. Windows color (decimal): -8110534 or 3817092. OLE color: 3817092.
HSL color Cylindrical-coordinate representation of color #843E3A: hue angle of 3.24º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #843E3A is Cyan = 0, Magento = 0.53, Yellow = 0.56 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 62 | 58 | - |
| CMYK | 0 | 0.53 | 0.56 | 0.48 |
| HSL | 3.24º | 0.39% | 0.37% | - |
| HSV(B) | 3.24º | 0.56% | 0.52% | - |
| XYZ | 12 | 8.66 | 5.04 | - |
| YUV | 82.47 | 114.19 | 163.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 62 | 58 | 0 | 0.53 | 0.56 | 0.48 | 3.24 | 0.39 | 0.37 |
| Hex | 84 | 3E | 3A | 0 | 35 | 38 | 30 | 3 | 27 | 25 |
| Octal | 204 | 76 | 72 | 0 | 65 | 70 | 60 | 3 | 47 | 45 |
| Binary | 10000100 | 111110 | 111010 | 0 | 110101 | 111000 | 110000 | 11 | 100111 | 100101 |
Color Harmonies of #843E3A
Complementary color
Monochromatic Colors of #843E3A
Black with #843E3A
Text Example
Text Example
White with #843E3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #843E3A; }
p { color: rgb(132,62,58); }
H1.HeaderClassName
{
color: #843E3A;
}
.AnyTagClassName
{
color: #843E3A;
}
</style>
background-color css
<style>
a { background-color: #843E3A; }
a { background-color: rgb(132,62,58); }
div.DivClassName
{
background-color: #843E3A;
}
.BgClassName
{
background-color: #843E3A;
}
</style>
border-color css
<style>
span { border-color: #843E3A; }
span { border-color: rgb(132,62,58); }
td.TdClassName
{
border-color: #843E3A;
}
.TagClassName
{
border-color: #843E3A;
}
</style>