Shades of Red Robin #81413B
Tints of Red Robin #81413B
RGB
CMYK
RGB Variations
Color information
#81413B (or 0x81413B) is known color: Red Robin. HEX triplet: 81, 41 and 3B. RGB value is (129,65,59). Sum of RGB (Red+Green+Blue) = 129+65+59=253 (33% of max value = 765). Red value is 129 (50.78% from 255 or 50.99% from 253); Green value is 65 (25.78% from 255 or 25.69% from 253); Blue value is 59 (23.44% from 255 or 23.32% from 253); Max value from RGB is 129 - color contains mainly: red. Hex color #81413B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81413B is #7EBEC4. Grayscale: #535353. Windows color (decimal): -8306373 or 3883393. OLE color: 3883393.
HSL color Cylindrical-coordinate representation of color #81413B: hue angle of 5.14º degrees, saturation: 0.37, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #81413B is Cyan = 0, Magento = 0.50, Yellow = 0.54 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 65 | 59 | - |
| CMYK | 0 | 0.50 | 0.54 | 0.49 |
| HSL | 5.14º | 0.37% | 0.37% | - |
| HSV(B) | 5.14º | 0.54% | 0.51% | - |
| XYZ | 11.73 | 8.76 | 5.21 | - |
| YUV | 83.45 | 114.2 | 160.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 65 | 59 | 0 | 0.50 | 0.54 | 0.49 | 5.14 | 0.37 | 0.37 |
| Hex | 81 | 41 | 3B | 0 | 32 | 36 | 31 | 5 | 25 | 25 |
| Octal | 201 | 101 | 73 | 0 | 62 | 66 | 61 | 5 | 45 | 45 |
| Binary | 10000001 | 1000001 | 111011 | 0 | 110010 | 110110 | 110001 | 101 | 100101 | 100101 |
Color Harmonies of #81413B
Complementary color
Monochromatic Colors of #81413B
Black with #81413B
Text Example
Text Example
White with #81413B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81413B; }
p { color: rgb(129,65,59); }
H1.HeaderClassName
{
color: #81413B;
}
.AnyTagClassName
{
color: #81413B;
}
</style>
background-color css
<style>
a { background-color: #81413B; }
a { background-color: rgb(129,65,59); }
div.DivClassName
{
background-color: #81413B;
}
.BgClassName
{
background-color: #81413B;
}
</style>
border-color css
<style>
span { border-color: #81413B; }
span { border-color: rgb(129,65,59); }
td.TdClassName
{
border-color: #81413B;
}
.TagClassName
{
border-color: #81413B;
}
</style>