Shades of Red Robin #833F3E
Tints of Red Robin #833F3E
RGB
CMYK
RGB Variations
Color information
#833F3E (or 0x833F3E) is known color: Red Robin. HEX triplet: 83, 3F and 3E. RGB value is (131,63,62). Sum of RGB (Red+Green+Blue) = 131+63+62=256 (33% of max value = 765). Red value is 131 (51.56% from 255 or 51.17% from 256); Green value is 63 (25% from 255 or 24.61% from 256); Blue value is 62 (24.61% from 255 or 24.22% from 256); Max value from RGB is 131 - color contains mainly: red. Hex color #833F3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #833F3E is #7CC0C1. Grayscale: #535353. Windows color (decimal): -8175810 or 4079491. OLE color: 4079491.
HSL color Cylindrical-coordinate representation of color #833F3E: hue angle of 0.87º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #833F3E is Cyan = 0, Magento = 0.52, Yellow = 0.53 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 63 | 62 | - |
| CMYK | 0 | 0.52 | 0.53 | 0.49 |
| HSL | 0.87º | 0.36% | 0.38% | - |
| HSV(B) | 0.87º | 0.53% | 0.51% | - |
| XYZ | 12.01 | 8.73 | 5.61 | - |
| YUV | 83.22 | 116.03 | 162.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 63 | 62 | 0 | 0.52 | 0.53 | 0.49 | 0.87 | 0.36 | 0.38 |
| Hex | 83 | 3F | 3E | 0 | 34 | 35 | 31 | 1 | 24 | 26 |
| Octal | 203 | 77 | 76 | 0 | 64 | 65 | 61 | 1 | 44 | 46 |
| Binary | 10000011 | 111111 | 111110 | 0 | 110100 | 110101 | 110001 | 1 | 100100 | 100110 |
Color Harmonies of #833F3E
Complementary color
Monochromatic Colors of #833F3E
Black with #833F3E
Text Example
Text Example
White with #833F3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833F3E; }
p { color: rgb(131,63,62); }
H1.HeaderClassName
{
color: #833F3E;
}
.AnyTagClassName
{
color: #833F3E;
}
</style>
background-color css
<style>
a { background-color: #833F3E; }
a { background-color: rgb(131,63,62); }
div.DivClassName
{
background-color: #833F3E;
}
.BgClassName
{
background-color: #833F3E;
}
</style>
border-color css
<style>
span { border-color: #833F3E; }
span { border-color: rgb(131,63,62); }
td.TdClassName
{
border-color: #833F3E;
}
.TagClassName
{
border-color: #833F3E;
}
</style>