Shades of Red Robin #833F36
Tints of Red Robin #833F36
RGB
CMYK
RGB Variations
Color information
#833F36 (or 0x833F36) is known color: Red Robin. HEX triplet: 83, 3F and 36. RGB value is (131,63,54). Sum of RGB (Red+Green+Blue) = 131+63+54=248 (32% of max value = 765). Red value is 131 (51.56% from 255 or 52.82% from 248); Green value is 63 (25% from 255 or 25.40% from 248); Blue value is 54 (21.48% from 255 or 21.77% from 248); Max value from RGB is 131 - color contains mainly: red. Hex color #833F36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #833F36 is #7CC0C9. Grayscale: #525252. Windows color (decimal): -8175818 or 3555203. OLE color: 3555203.
HSL color Cylindrical-coordinate representation of color #833F36: hue angle of 7.01º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #833F36 is Cyan = 0, Magento = 0.52, Yellow = 0.59 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 63 | 54 | - |
| CMYK | 0 | 0.52 | 0.59 | 0.49 |
| HSL | 7.01º | 0.42% | 0.36% | - |
| HSV(B) | 7.01º | 0.59% | 0.51% | - |
| XYZ | 11.8 | 8.65 | 4.54 | - |
| YUV | 82.31 | 112.03 | 162.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 63 | 54 | 0 | 0.52 | 0.59 | 0.49 | 7.01 | 0.42 | 0.36 |
| Hex | 83 | 3F | 36 | 0 | 34 | 3B | 31 | 7 | 2A | 24 |
| Octal | 203 | 77 | 66 | 0 | 64 | 73 | 61 | 7 | 52 | 44 |
| Binary | 10000011 | 111111 | 110110 | 0 | 110100 | 111011 | 110001 | 111 | 101010 | 100100 |
Color Harmonies of #833F36
Complementary color
Monochromatic Colors of #833F36
Black with #833F36
Text Example
Text Example
White with #833F36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833F36; }
p { color: rgb(131,63,54); }
H1.HeaderClassName
{
color: #833F36;
}
.AnyTagClassName
{
color: #833F36;
}
</style>
background-color css
<style>
a { background-color: #833F36; }
a { background-color: rgb(131,63,54); }
div.DivClassName
{
background-color: #833F36;
}
.BgClassName
{
background-color: #833F36;
}
</style>
border-color css
<style>
span { border-color: #833F36; }
span { border-color: rgb(131,63,54); }
td.TdClassName
{
border-color: #833F36;
}
.TagClassName
{
border-color: #833F36;
}
</style>