Shades of Red Robin #823F3A
Tints of Red Robin #823F3A
RGB
CMYK
RGB Variations
Color information
#823F3A (or 0x823F3A) is known color: Red Robin. HEX triplet: 82, 3F and 3A. RGB value is (130,63,58). Sum of RGB (Red+Green+Blue) = 130+63+58=251 (33% of max value = 765). Red value is 130 (51.17% from 255 or 51.79% from 251); Green value is 63 (25% from 255 or 25.10% from 251); Blue value is 58 (23.05% from 255 or 23.11% from 251); Max value from RGB is 130 - color contains mainly: red. Hex color #823F3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #823F3A is #7DC0C5. Grayscale: #525252. Windows color (decimal): -8241350 or 3817346. OLE color: 3817346.
HSL color Cylindrical-coordinate representation of color #823F3A: hue angle of 4.17º 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 #823F3A is Cyan = 0, Magento = 0.52, Yellow = 0.55 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 63 | 58 | - |
| CMYK | 0 | 0.52 | 0.55 | 0.49 |
| HSL | 4.17º | 0.38% | 0.37% | - |
| HSV(B) | 4.17º | 0.55% | 0.51% | - |
| XYZ | 11.75 | 8.61 | 5.05 | - |
| YUV | 82.46 | 114.2 | 161.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 63 | 58 | 0 | 0.52 | 0.55 | 0.49 | 4.17 | 0.38 | 0.37 |
| Hex | 82 | 3F | 3A | 0 | 34 | 37 | 31 | 4 | 26 | 25 |
| Octal | 202 | 77 | 72 | 0 | 64 | 67 | 61 | 4 | 46 | 45 |
| Binary | 10000010 | 111111 | 111010 | 0 | 110100 | 110111 | 110001 | 100 | 100110 | 100101 |
Color Harmonies of #823F3A
Complementary color
Monochromatic Colors of #823F3A
Black with #823F3A
Text Example
Text Example
White with #823F3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #823F3A; }
p { color: rgb(130,63,58); }
H1.HeaderClassName
{
color: #823F3A;
}
.AnyTagClassName
{
color: #823F3A;
}
</style>
background-color css
<style>
a { background-color: #823F3A; }
a { background-color: rgb(130,63,58); }
div.DivClassName
{
background-color: #823F3A;
}
.BgClassName
{
background-color: #823F3A;
}
</style>
border-color css
<style>
span { border-color: #823F3A; }
span { border-color: rgb(130,63,58); }
td.TdClassName
{
border-color: #823F3A;
}
.TagClassName
{
border-color: #823F3A;
}
</style>