Shades of Red Robin #81413F
Tints of Red Robin #81413F
RGB
CMYK
RGB Variations
Color information
#81413F (or 0x81413F) is known color: Red Robin. HEX triplet: 81, 41 and 3F. RGB value is (129,65,63). Sum of RGB (Red+Green+Blue) = 129+65+63=257 (34% of max value = 765). Red value is 129 (50.78% from 255 or 50.19% from 257); Green value is 65 (25.78% from 255 or 25.29% from 257); Blue value is 63 (25% from 255 or 24.51% from 257); Max value from RGB is 129 - color contains mainly: red. Hex color #81413F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81413F is #7EBEC0. Grayscale: #535353. Windows color (decimal): -8306369 or 4145537. OLE color: 4145537.
HSL color Cylindrical-coordinate representation of color #81413F: hue angle of 1.82º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #81413F is Cyan = 0, Magento = 0.50, Yellow = 0.51 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 65 | 63 | - |
| CMYK | 0 | 0.50 | 0.51 | 0.49 |
| HSL | 1.82º | 0.34% | 0.38% | - |
| HSV(B) | 1.82º | 0.51% | 0.51% | - |
| XYZ | 11.84 | 8.81 | 5.78 | - |
| YUV | 83.91 | 116.2 | 160.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 65 | 63 | 0 | 0.50 | 0.51 | 0.49 | 1.82 | 0.34 | 0.38 |
| Hex | 81 | 41 | 3F | 0 | 32 | 33 | 31 | 2 | 22 | 26 |
| Octal | 201 | 101 | 77 | 0 | 62 | 63 | 61 | 2 | 42 | 46 |
| Binary | 10000001 | 1000001 | 111111 | 0 | 110010 | 110011 | 110001 | 10 | 100010 | 100110 |
Color Harmonies of #81413F
Complementary color
Monochromatic Colors of #81413F
Black with #81413F
Text Example
Text Example
White with #81413F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81413F; }
p { color: rgb(129,65,63); }
H1.HeaderClassName
{
color: #81413F;
}
.AnyTagClassName
{
color: #81413F;
}
</style>
background-color css
<style>
a { background-color: #81413F; }
a { background-color: rgb(129,65,63); }
div.DivClassName
{
background-color: #81413F;
}
.BgClassName
{
background-color: #81413F;
}
</style>
border-color css
<style>
span { border-color: #81413F; }
span { border-color: rgb(129,65,63); }
td.TdClassName
{
border-color: #81413F;
}
.TagClassName
{
border-color: #81413F;
}
</style>