Shades of Red Robin #814133
Tints of Red Robin #814133
RGB
CMYK
RGB Variations
Color information
#814133 (or 0x814133) is known color: Red Robin. HEX triplet: 81, 41 and 33. RGB value is (129,65,51). Sum of RGB (Red+Green+Blue) = 129+65+51=245 (32% of max value = 765). Red value is 129 (50.78% from 255 or 52.65% from 245); Green value is 65 (25.78% from 255 or 26.53% from 245); Blue value is 51 (20.31% from 255 or 20.82% from 245); Max value from RGB is 129 - color contains mainly: red. Hex color #814133 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #814133 is #7EBECC. Grayscale: #525252. Windows color (decimal): -8306381 or 3359105. OLE color: 3359105.
HSL color Cylindrical-coordinate representation of color #814133: hue angle of 10.77º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #814133 is Cyan = 0, Magento = 0.50, Yellow = 0.60 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 65 | 51 | - |
| CMYK | 0 | 0.50 | 0.60 | 0.49 |
| HSL | 10.77º | 0.43% | 0.35% | - |
| HSV(B) | 10.77º | 0.6% | 0.51% | - |
| XYZ | 11.54 | 8.69 | 4.2 | - |
| YUV | 82.54 | 110.2 | 161.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 65 | 51 | 0 | 0.50 | 0.60 | 0.49 | 10.77 | 0.43 | 0.35 |
| Hex | 81 | 41 | 33 | 0 | 32 | 3C | 31 | B | 2B | 23 |
| Octal | 201 | 101 | 63 | 0 | 62 | 74 | 61 | 13 | 53 | 43 |
| Binary | 10000001 | 1000001 | 110011 | 0 | 110010 | 111100 | 110001 | 1011 | 101011 | 100011 |
Color Harmonies of #814133
Complementary color
Monochromatic Colors of #814133
Black with #814133
Text Example
Text Example
White with #814133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #814133; }
p { color: rgb(129,65,51); }
H1.HeaderClassName
{
color: #814133;
}
.AnyTagClassName
{
color: #814133;
}
</style>
background-color css
<style>
a { background-color: #814133; }
a { background-color: rgb(129,65,51); }
div.DivClassName
{
background-color: #814133;
}
.BgClassName
{
background-color: #814133;
}
</style>
border-color css
<style>
span { border-color: #814133; }
span { border-color: rgb(129,65,51); }
td.TdClassName
{
border-color: #814133;
}
.TagClassName
{
border-color: #814133;
}
</style>