Shades of Red Robin #81413A
Tints of Red Robin #81413A
RGB
CMYK
RGB Variations
Color information
#81413A (or 0x81413A) is known color: Red Robin. HEX triplet: 81, 41 and 3A. RGB value is (129,65,58). Sum of RGB (Red+Green+Blue) = 129+65+58=252 (33% of max value = 765). Red value is 129 (50.78% from 255 or 51.19% from 252); Green value is 65 (25.78% from 255 or 25.79% from 252); Blue value is 58 (23.05% from 255 or 23.02% from 252); Max value from RGB is 129 - color contains mainly: red. Hex color #81413A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81413A is #7EBEC5. Grayscale: #535353. Windows color (decimal): -8306374 or 3817857. OLE color: 3817857.
HSL color Cylindrical-coordinate representation of color #81413A: hue angle of 5.92º degrees, saturation: 0.38, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #81413A is Cyan = 0, Magento = 0.50, Yellow = 0.55 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 65 | 58 | - |
| CMYK | 0 | 0.50 | 0.55 | 0.49 |
| HSL | 5.92º | 0.38% | 0.37% | - |
| HSV(B) | 5.92º | 0.55% | 0.51% | - |
| XYZ | 11.71 | 8.75 | 5.08 | - |
| YUV | 83.34 | 113.7 | 160.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 65 | 58 | 0 | 0.50 | 0.55 | 0.49 | 5.92 | 0.38 | 0.37 |
| Hex | 81 | 41 | 3A | 0 | 32 | 37 | 31 | 6 | 26 | 25 |
| Octal | 201 | 101 | 72 | 0 | 62 | 67 | 61 | 6 | 46 | 45 |
| Binary | 10000001 | 1000001 | 111010 | 0 | 110010 | 110111 | 110001 | 110 | 100110 | 100101 |
Color Harmonies of #81413A
Complementary color
Monochromatic Colors of #81413A
Black with #81413A
Text Example
Text Example
White with #81413A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81413A; }
p { color: rgb(129,65,58); }
H1.HeaderClassName
{
color: #81413A;
}
.AnyTagClassName
{
color: #81413A;
}
</style>
background-color css
<style>
a { background-color: #81413A; }
a { background-color: rgb(129,65,58); }
div.DivClassName
{
background-color: #81413A;
}
.BgClassName
{
background-color: #81413A;
}
</style>
border-color css
<style>
span { border-color: #81413A; }
span { border-color: rgb(129,65,58); }
td.TdClassName
{
border-color: #81413A;
}
.TagClassName
{
border-color: #81413A;
}
</style>