Shades of Red Robin #813F39
Tints of Red Robin #813F39
RGB
CMYK
RGB Variations
Color information
#813F39 (or 0x813F39) is known color: Red Robin. HEX triplet: 81, 3F and 39. RGB value is (129,63,57). Sum of RGB (Red+Green+Blue) = 129+63+57=249 (32% of max value = 765). Red value is 129 (50.78% from 255 or 51.81% from 249); Green value is 63 (25% from 255 or 25.30% from 249); Blue value is 57 (22.66% from 255 or 22.89% from 249); Max value from RGB is 129 - color contains mainly: red. Hex color #813F39 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #813F39 is #7EC0C6. Grayscale: #525252. Windows color (decimal): -8306887 or 3751809. OLE color: 3751809.
HSL color Cylindrical-coordinate representation of color #813F39: hue angle of 5º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #813F39 is Cyan = 0, Magento = 0.51, Yellow = 0.56 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 63 | 57 | - |
| CMYK | 0 | 0.51 | 0.56 | 0.49 |
| HSL | 5º | 0.39% | 0.36% | - |
| HSV(B) | 5º | 0.56% | 0.51% | - |
| XYZ | 11.57 | 8.52 | 4.91 | - |
| YUV | 82.05 | 113.87 | 161.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 63 | 57 | 0 | 0.51 | 0.56 | 0.49 | 5 | 0.39 | 0.36 |
| Hex | 81 | 3F | 39 | 0 | 33 | 38 | 31 | 5 | 27 | 24 |
| Octal | 201 | 77 | 71 | 0 | 63 | 70 | 61 | 5 | 47 | 44 |
| Binary | 10000001 | 111111 | 111001 | 0 | 110011 | 111000 | 110001 | 101 | 100111 | 100100 |
Color Harmonies of #813F39
Complementary color
Monochromatic Colors of #813F39
Black with #813F39
Text Example
Text Example
White with #813F39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #813F39; }
p { color: rgb(129,63,57); }
H1.HeaderClassName
{
color: #813F39;
}
.AnyTagClassName
{
color: #813F39;
}
</style>
background-color css
<style>
a { background-color: #813F39; }
a { background-color: rgb(129,63,57); }
div.DivClassName
{
background-color: #813F39;
}
.BgClassName
{
background-color: #813F39;
}
</style>
border-color css
<style>
span { border-color: #813F39; }
span { border-color: rgb(129,63,57); }
td.TdClassName
{
border-color: #813F39;
}
.TagClassName
{
border-color: #813F39;
}
</style>