Shades of Red Robin #823E3B
Tints of Red Robin #823E3B
RGB
CMYK
RGB Variations
Color information
#823E3B (or 0x823E3B) is known color: Red Robin. HEX triplet: 82, 3E and 3B. RGB value is (130,62,59). Sum of RGB (Red+Green+Blue) = 130+62+59=251 (33% of max value = 765). Red value is 130 (51.17% from 255 or 51.79% from 251); Green value is 62 (24.61% from 255 or 24.70% from 251); Blue value is 59 (23.44% from 255 or 23.51% from 251); Max value from RGB is 130 - color contains mainly: red. Hex color #823E3B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #823E3B is #7DC1C4. Grayscale: #525252. Windows color (decimal): -8241605 or 3882626. OLE color: 3882626.
HSL color Cylindrical-coordinate representation of color #823E3B: hue angle of 2.54º degrees, saturation: 0.38, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #823E3B is Cyan = 0, Magento = 0.52, Yellow = 0.55 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 62 | 59 | - |
| CMYK | 0 | 0.52 | 0.55 | 0.49 |
| HSL | 2.54º | 0.38% | 0.37% | - |
| HSV(B) | 2.54º | 0.55% | 0.51% | - |
| XYZ | 11.72 | 8.51 | 5.16 | - |
| YUV | 81.99 | 115.03 | 162.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 62 | 59 | 0 | 0.52 | 0.55 | 0.49 | 2.54 | 0.38 | 0.37 |
| Hex | 82 | 3E | 3B | 0 | 34 | 37 | 31 | 3 | 26 | 25 |
| Octal | 202 | 76 | 73 | 0 | 64 | 67 | 61 | 3 | 46 | 45 |
| Binary | 10000010 | 111110 | 111011 | 0 | 110100 | 110111 | 110001 | 11 | 100110 | 100101 |
Color Harmonies of #823E3B
Complementary color
Monochromatic Colors of #823E3B
Black with #823E3B
Text Example
Text Example
White with #823E3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #823E3B; }
p { color: rgb(130,62,59); }
H1.HeaderClassName
{
color: #823E3B;
}
.AnyTagClassName
{
color: #823E3B;
}
</style>
background-color css
<style>
a { background-color: #823E3B; }
a { background-color: rgb(130,62,59); }
div.DivClassName
{
background-color: #823E3B;
}
.BgClassName
{
background-color: #823E3B;
}
</style>
border-color css
<style>
span { border-color: #823E3B; }
span { border-color: rgb(130,62,59); }
td.TdClassName
{
border-color: #823E3B;
}
.TagClassName
{
border-color: #823E3B;
}
</style>