Shades of Red Robin #814141
Tints of Red Robin #814141
RGB
CMYK
RGB Variations
Color information
#814141 (or 0x814141) is known color: Red Robin. HEX triplet: 81, 41 and 41. RGB value is (129,65,65). Sum of RGB (Red+Green+Blue) = 129+65+65=259 (34% of max value = 765). Red value is 129 (50.78% from 255 or 49.81% from 259); Green value is 65 (25.78% from 255 or 25.10% from 259); Blue value is 65 (25.78% from 255 or 25.10% from 259); Max value from RGB is 129 - color contains mainly: red. Hex color #814141 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #814141 is #7EBEBE. Grayscale: #545454. Windows color (decimal): -8306367 or 4276609. OLE color: 4276609.
HSL color Cylindrical-coordinate representation of color #814141: hue angle of 0º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #814141 is Cyan = 0, Magento = 0.50, Yellow = 0.50 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 65 | 65 | - |
| CMYK | 0 | 0.50 | 0.50 | 0.49 |
| HSL | 0º | 0.33% | 0.38% | - |
| HSV(B) | 0º | 0.5% | 0.51% | - |
| XYZ | 11.9 | 8.83 | 6.08 | - |
| YUV | 84.14 | 117.2 | 160 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 65 | 65 | 0 | 0.50 | 0.50 | 0.49 | 0 | 0.33 | 0.38 |
| Hex | 81 | 41 | 41 | 0 | 32 | 32 | 31 | 0 | 21 | 26 |
| Octal | 201 | 101 | 101 | 0 | 62 | 62 | 61 | 0 | 41 | 46 |
| Binary | 10000001 | 1000001 | 1000001 | 0 | 110010 | 110010 | 110001 | 0 | 100001 | 100110 |
Color Harmonies of #814141
Complementary color
Monochromatic Colors of #814141
Black with #814141
Text Example
Text Example
White with #814141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #814141; }
p { color: rgb(129,65,65); }
H1.HeaderClassName
{
color: #814141;
}
.AnyTagClassName
{
color: #814141;
}
</style>
background-color css
<style>
a { background-color: #814141; }
a { background-color: rgb(129,65,65); }
div.DivClassName
{
background-color: #814141;
}
.BgClassName
{
background-color: #814141;
}
</style>
border-color css
<style>
span { border-color: #814141; }
span { border-color: rgb(129,65,65); }
td.TdClassName
{
border-color: #814141;
}
.TagClassName
{
border-color: #814141;
}
</style>