Shades of Red Robin #804138
Tints of Red Robin #804138
RGB
CMYK
RGB Variations
Color information
#804138 (or 0x804138) is known color: Red Robin. HEX triplet: 80, 41 and 38. RGB value is (128,65,56). Sum of RGB (Red+Green+Blue) = 128+65+56=249 (32% of max value = 765). Red value is 128 (50.39% from 255 or 51.41% from 249); Green value is 65 (25.78% from 255 or 26.10% from 249); Blue value is 56 (22.27% from 255 or 22.49% from 249); Max value from RGB is 128 - color contains mainly: red. Hex color #804138 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #804138 is #7FBEC7. Grayscale: #525252. Windows color (decimal): -8371912 or 3686784. OLE color: 3686784.
HSL color Cylindrical-coordinate representation of color #804138: hue angle of 7.5º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #804138 is Cyan = 0, Magento = 0.49, Yellow = 0.56 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 65 | 56 | - |
| CMYK | 0 | 0.49 | 0.56 | 0.50 |
| HSL | 7.5º | 0.39% | 0.36% | - |
| HSV(B) | 7.5º | 0.56% | 0.5% | - |
| XYZ | 11.51 | 8.66 | 4.81 | - |
| YUV | 82.81 | 112.87 | 160.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 65 | 56 | 0 | 0.49 | 0.56 | 0.50 | 7.5 | 0.39 | 0.36 |
| Hex | 80 | 41 | 38 | 0 | 31 | 38 | 32 | 8 | 27 | 24 |
| Octal | 200 | 101 | 70 | 0 | 61 | 70 | 62 | 10 | 47 | 44 |
| Binary | 10000000 | 1000001 | 111000 | 0 | 110001 | 111000 | 110010 | 1000 | 100111 | 100100 |
Color Harmonies of #804138
Complementary color
Monochromatic Colors of #804138
Black with #804138
Text Example
Text Example
White with #804138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804138; }
p { color: rgb(128,65,56); }
H1.HeaderClassName
{
color: #804138;
}
.AnyTagClassName
{
color: #804138;
}
</style>
background-color css
<style>
a { background-color: #804138; }
a { background-color: rgb(128,65,56); }
div.DivClassName
{
background-color: #804138;
}
.BgClassName
{
background-color: #804138;
}
</style>
border-color css
<style>
span { border-color: #804138; }
span { border-color: rgb(128,65,56); }
td.TdClassName
{
border-color: #804138;
}
.TagClassName
{
border-color: #804138;
}
</style>