Shades of Red Robin #81463C
Tints of Red Robin #81463C
RGB
CMYK
RGB Variations
Color information
#81463C (or 0x81463C) is known color: Red Robin. HEX triplet: 81, 46 and 3C. RGB value is (129,70,60). Sum of RGB (Red+Green+Blue) = 129+70+60=259 (34% of max value = 765). Red value is 129 (50.78% from 255 or 49.81% from 259); Green value is 70 (27.73% from 255 or 27.03% from 259); Blue value is 60 (23.83% from 255 or 23.17% from 259); Max value from RGB is 129 - color contains mainly: red. Hex color #81463C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81463C is #7EB9C3. Grayscale: #565656. Windows color (decimal): -8305092 or 3950209. OLE color: 3950209.
HSL color Cylindrical-coordinate representation of color #81463C: hue angle of 8.7º degrees, saturation: 0.37, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #81463C is Cyan = 0, Magento = 0.46, Yellow = 0.53 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 70 | 60 | - |
| CMYK | 0 | 0.46 | 0.53 | 0.49 |
| HSL | 8.7º | 0.37% | 0.37% | - |
| HSV(B) | 8.7º | 0.53% | 0.51% | - |
| XYZ | 12.06 | 9.37 | 5.45 | - |
| YUV | 86.5 | 113.05 | 158.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 70 | 60 | 0 | 0.46 | 0.53 | 0.49 | 8.7 | 0.37 | 0.37 |
| Hex | 81 | 46 | 3C | 0 | 2E | 35 | 31 | 9 | 25 | 25 |
| Octal | 201 | 106 | 74 | 0 | 56 | 65 | 61 | 11 | 45 | 45 |
| Binary | 10000001 | 1000110 | 111100 | 0 | 101110 | 110101 | 110001 | 1001 | 100101 | 100101 |
Color Harmonies of #81463C
Complementary color
Monochromatic Colors of #81463C
Black with #81463C
Text Example
Text Example
White with #81463C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81463C; }
p { color: rgb(129,70,60); }
H1.HeaderClassName
{
color: #81463C;
}
.AnyTagClassName
{
color: #81463C;
}
</style>
background-color css
<style>
a { background-color: #81463C; }
a { background-color: rgb(129,70,60); }
div.DivClassName
{
background-color: #81463C;
}
.BgClassName
{
background-color: #81463C;
}
</style>
border-color css
<style>
span { border-color: #81463C; }
span { border-color: rgb(129,70,60); }
td.TdClassName
{
border-color: #81463C;
}
.TagClassName
{
border-color: #81463C;
}
</style>