Shades of Red Robin #823E37
Tints of Red Robin #823E37
RGB
CMYK
RGB Variations
Color information
#823E37 (or 0x823E37) is known color: Red Robin. HEX triplet: 82, 3E and 37. RGB value is (130,62,55). Sum of RGB (Red+Green+Blue) = 130+62+55=247 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.63% from 247); Green value is 62 (24.61% from 255 or 25.10% from 247); Blue value is 55 (21.88% from 255 or 22.27% from 247); Max value from RGB is 130 - color contains mainly: red. Hex color #823E37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #823E37 is #7DC1C8. Grayscale: #515151. Windows color (decimal): -8241609 or 3620482. OLE color: 3620482.
HSL color Cylindrical-coordinate representation of color #823E37: hue angle of 5.6º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #823E37 is Cyan = 0, Magento = 0.52, Yellow = 0.58 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 62 | 55 | - |
| CMYK | 0 | 0.52 | 0.58 | 0.49 |
| HSL | 5.6º | 0.41% | 0.36% | - |
| HSV(B) | 5.6º | 0.58% | 0.51% | - |
| XYZ | 11.62 | 8.47 | 4.64 | - |
| YUV | 81.53 | 113.03 | 162.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 62 | 55 | 0 | 0.52 | 0.58 | 0.49 | 5.6 | 0.41 | 0.36 |
| Hex | 82 | 3E | 37 | 0 | 34 | 3A | 31 | 6 | 29 | 24 |
| Octal | 202 | 76 | 67 | 0 | 64 | 72 | 61 | 6 | 51 | 44 |
| Binary | 10000010 | 111110 | 110111 | 0 | 110100 | 111010 | 110001 | 110 | 101001 | 100100 |
Color Harmonies of #823E37
Complementary color
Monochromatic Colors of #823E37
Black with #823E37
Text Example
Text Example
White with #823E37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #823E37; }
p { color: rgb(130,62,55); }
H1.HeaderClassName
{
color: #823E37;
}
.AnyTagClassName
{
color: #823E37;
}
</style>
background-color css
<style>
a { background-color: #823E37; }
a { background-color: rgb(130,62,55); }
div.DivClassName
{
background-color: #823E37;
}
.BgClassName
{
background-color: #823E37;
}
</style>
border-color css
<style>
span { border-color: #823E37; }
span { border-color: rgb(130,62,55); }
td.TdClassName
{
border-color: #823E37;
}
.TagClassName
{
border-color: #823E37;
}
</style>