Shades of Red Robin #833F37
Tints of Red Robin #833F37
RGB
CMYK
RGB Variations
Color information
#833F37 (or 0x833F37) is known color: Red Robin. HEX triplet: 83, 3F and 37. RGB value is (131,63,55). Sum of RGB (Red+Green+Blue) = 131+63+55=249 (32% of max value = 765). Red value is 131 (51.56% from 255 or 52.61% from 249); Green value is 63 (25% from 255 or 25.30% from 249); Blue value is 55 (21.88% from 255 or 22.09% from 249); Max value from RGB is 131 - color contains mainly: red. Hex color #833F37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #833F37 is #7CC0C8. Grayscale: #525252. Windows color (decimal): -8175817 or 3620739. OLE color: 3620739.
HSL color Cylindrical-coordinate representation of color #833F37: hue angle of 6.32º 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 #833F37 is Cyan = 0, Magento = 0.52, Yellow = 0.58 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 63 | 55 | - |
| CMYK | 0 | 0.52 | 0.58 | 0.49 |
| HSL | 6.32º | 0.41% | 0.36% | - |
| HSV(B) | 6.32º | 0.58% | 0.51% | - |
| XYZ | 11.83 | 8.66 | 4.66 | - |
| YUV | 82.42 | 112.53 | 162.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 63 | 55 | 0 | 0.52 | 0.58 | 0.49 | 6.32 | 0.41 | 0.36 |
| Hex | 83 | 3F | 37 | 0 | 34 | 3A | 31 | 6 | 29 | 24 |
| Octal | 203 | 77 | 67 | 0 | 64 | 72 | 61 | 6 | 51 | 44 |
| Binary | 10000011 | 111111 | 110111 | 0 | 110100 | 111010 | 110001 | 110 | 101001 | 100100 |
Color Harmonies of #833F37
Complementary color
Monochromatic Colors of #833F37
Black with #833F37
Text Example
Text Example
White with #833F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833F37; }
p { color: rgb(131,63,55); }
H1.HeaderClassName
{
color: #833F37;
}
.AnyTagClassName
{
color: #833F37;
}
</style>
background-color css
<style>
a { background-color: #833F37; }
a { background-color: rgb(131,63,55); }
div.DivClassName
{
background-color: #833F37;
}
.BgClassName
{
background-color: #833F37;
}
</style>
border-color css
<style>
span { border-color: #833F37; }
span { border-color: rgb(131,63,55); }
td.TdClassName
{
border-color: #833F37;
}
.TagClassName
{
border-color: #833F37;
}
</style>