Shades of Red Robin #834238
Tints of Red Robin #834238
RGB
CMYK
RGB Variations
Color information
#834238 (or 0x834238) is known color: Red Robin. HEX triplet: 83, 42 and 38. RGB value is (131,66,56). Sum of RGB (Red+Green+Blue) = 131+66+56=253 (33% of max value = 765). Red value is 131 (51.56% from 255 or 51.78% from 253); Green value is 66 (26.17% from 255 or 26.09% from 253); Blue value is 56 (22.27% from 255 or 22.13% from 253); Max value from RGB is 131 - color contains mainly: red. Hex color #834238 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #834238 is #7CBDC7. Grayscale: #545454. Windows color (decimal): -8175048 or 3687043. OLE color: 3687043.
HSL color Cylindrical-coordinate representation of color #834238: hue angle of 8º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #834238 is Cyan = 0, Magento = 0.50, Yellow = 0.57 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 66 | 56 | - |
| CMYK | 0 | 0.50 | 0.57 | 0.49 |
| HSL | 8º | 0.4% | 0.37% | - |
| HSV(B) | 8º | 0.57% | 0.51% | - |
| XYZ | 12.02 | 9.01 | 4.85 | - |
| YUV | 84.3 | 112.03 | 161.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 66 | 56 | 0 | 0.50 | 0.57 | 0.49 | 8 | 0.4 | 0.37 |
| Hex | 83 | 42 | 38 | 0 | 32 | 39 | 31 | 8 | 28 | 25 |
| Octal | 203 | 102 | 70 | 0 | 62 | 71 | 61 | 10 | 50 | 45 |
| Binary | 10000011 | 1000010 | 111000 | 0 | 110010 | 111001 | 110001 | 1000 | 101000 | 100101 |
Color Harmonies of #834238
Complementary color
Monochromatic Colors of #834238
Black with #834238
Text Example
Text Example
White with #834238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #834238; }
p { color: rgb(131,66,56); }
H1.HeaderClassName
{
color: #834238;
}
.AnyTagClassName
{
color: #834238;
}
</style>
background-color css
<style>
a { background-color: #834238; }
a { background-color: rgb(131,66,56); }
div.DivClassName
{
background-color: #834238;
}
.BgClassName
{
background-color: #834238;
}
</style>
border-color css
<style>
span { border-color: #834238; }
span { border-color: rgb(131,66,56); }
td.TdClassName
{
border-color: #834238;
}
.TagClassName
{
border-color: #834238;
}
</style>