Shades of Red Robin #803F3B
Tints of Red Robin #803F3B
RGB
CMYK
RGB Variations
Color information
#803F3B (or 0x803F3B) is known color: Red Robin. HEX triplet: 80, 3F and 3B. RGB value is (128,63,59). Sum of RGB (Red+Green+Blue) = 128+63+59=250 (33% of max value = 765). Red value is 128 (50.39% from 255 or 51.2% from 250); Green value is 63 (25% from 255 or 25.2% from 250); Blue value is 59 (23.44% from 255 or 23.6% from 250); Max value from RGB is 128 - color contains mainly: red. Hex color #803F3B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #803F3B is #7FC0C4. Grayscale: #525252. Windows color (decimal): -8372421 or 3882880. OLE color: 3882880.
HSL color Cylindrical-coordinate representation of color #803F3B: hue angle of 3.48º degrees, saturation: 0.37, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #803F3B is Cyan = 0, Magento = 0.51, Yellow = 0.54 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 63 | 59 | - |
| CMYK | 0 | 0.51 | 0.54 | 0.50 |
| HSL | 3.48º | 0.37% | 0.37% | - |
| HSV(B) | 3.48º | 0.54% | 0.5% | - |
| XYZ | 11.47 | 8.46 | 5.17 | - |
| YUV | 81.98 | 115.03 | 160.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 63 | 59 | 0 | 0.51 | 0.54 | 0.50 | 3.48 | 0.37 | 0.37 |
| Hex | 80 | 3F | 3B | 0 | 33 | 36 | 32 | 3 | 25 | 25 |
| Octal | 200 | 77 | 73 | 0 | 63 | 66 | 62 | 3 | 45 | 45 |
| Binary | 10000000 | 111111 | 111011 | 0 | 110011 | 110110 | 110010 | 11 | 100101 | 100101 |
Color Harmonies of #803F3B
Complementary color
Monochromatic Colors of #803F3B
Black with #803F3B
Text Example
Text Example
White with #803F3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803F3B; }
p { color: rgb(128,63,59); }
H1.HeaderClassName
{
color: #803F3B;
}
.AnyTagClassName
{
color: #803F3B;
}
</style>
background-color css
<style>
a { background-color: #803F3B; }
a { background-color: rgb(128,63,59); }
div.DivClassName
{
background-color: #803F3B;
}
.BgClassName
{
background-color: #803F3B;
}
</style>
border-color css
<style>
span { border-color: #803F3B; }
span { border-color: rgb(128,63,59); }
td.TdClassName
{
border-color: #803F3B;
}
.TagClassName
{
border-color: #803F3B;
}
</style>