Shades of Red Robin #803F39
Tints of Red Robin #803F39
RGB
CMYK
RGB Variations
Color information
#803F39 (or 0x803F39) is known color: Red Robin. HEX triplet: 80, 3F and 39. RGB value is (128,63,57). Sum of RGB (Red+Green+Blue) = 128+63+57=248 (32% of max value = 765). Red value is 128 (50.39% from 255 or 51.61% from 248); Green value is 63 (25% from 255 or 25.40% from 248); Blue value is 57 (22.66% from 255 or 22.98% from 248); Max value from RGB is 128 - color contains mainly: red. Hex color #803F39 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #803F39 is #7FC0C6. Grayscale: #515151. Windows color (decimal): -8372423 or 3751808. OLE color: 3751808.
HSL color Cylindrical-coordinate representation of color #803F39: hue angle of 5.07º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #803F39 is Cyan = 0, Magento = 0.51, Yellow = 0.55 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 63 | 57 | - |
| CMYK | 0 | 0.51 | 0.55 | 0.50 |
| HSL | 5.07º | 0.38% | 0.36% | - |
| HSV(B) | 5.07º | 0.55% | 0.5% | - |
| XYZ | 11.42 | 8.44 | 4.9 | - |
| YUV | 81.75 | 114.03 | 160.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 63 | 57 | 0 | 0.51 | 0.55 | 0.50 | 5.07 | 0.38 | 0.36 |
| Hex | 80 | 3F | 39 | 0 | 33 | 37 | 32 | 5 | 26 | 24 |
| Octal | 200 | 77 | 71 | 0 | 63 | 67 | 62 | 5 | 46 | 44 |
| Binary | 10000000 | 111111 | 111001 | 0 | 110011 | 110111 | 110010 | 101 | 100110 | 100100 |
Color Harmonies of #803F39
Complementary color
Monochromatic Colors of #803F39
Black with #803F39
Text Example
Text Example
White with #803F39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803F39; }
p { color: rgb(128,63,57); }
H1.HeaderClassName
{
color: #803F39;
}
.AnyTagClassName
{
color: #803F39;
}
</style>
background-color css
<style>
a { background-color: #803F39; }
a { background-color: rgb(128,63,57); }
div.DivClassName
{
background-color: #803F39;
}
.BgClassName
{
background-color: #803F39;
}
</style>
border-color css
<style>
span { border-color: #803F39; }
span { border-color: rgb(128,63,57); }
td.TdClassName
{
border-color: #803F39;
}
.TagClassName
{
border-color: #803F39;
}
</style>